Skip to content

Commit be1e5f9

Browse files
dotlambdasternenseemann
authored andcommitted
haskellPackages.futhark: use python3 instead of python37
1 parent c7e7454 commit be1e5f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/development/haskell-modules/configuration-nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ self: super: builtins.intersectAttrs super {
485485

486486
# Compile manpages (which are in RST and are compiled with Sphinx).
487487
futhark = with pkgs;
488-
overrideCabal (addBuildTools super.futhark [makeWrapper python37Packages.sphinx])
488+
overrideCabal (addBuildTools super.futhark [makeWrapper python3Packages.sphinx])
489489
(_drv: {
490490
postBuild = (_drv.postBuild or "") + ''
491491
make -C docs man

0 commit comments

Comments
 (0)