forked from mirrors/nixpkgs
haskellPackages.futhark: use python3 instead of python37
This commit is contained in:
parent
c7e74545ee
commit
be1e5f9698
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue