Skip to content

Commit

Permalink
haskellPackages.futhark: use python3 instead of python37
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored and sternenseemann committed May 18, 2021
1 parent c7e7454 commit be1e5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ self: super: builtins.intersectAttrs super {

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

0 comments on commit be1e5f9

Please sign in to comment.