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).
|
# Compile manpages (which are in RST and are compiled with Sphinx).
|
||||||
futhark = with pkgs;
|
futhark = with pkgs;
|
||||||
overrideCabal (addBuildTools super.futhark [makeWrapper python37Packages.sphinx])
|
overrideCabal (addBuildTools super.futhark [makeWrapper python3Packages.sphinx])
|
||||||
(_drv: {
|
(_drv: {
|
||||||
postBuild = (_drv.postBuild or "") + ''
|
postBuild = (_drv.postBuild or "") + ''
|
||||||
make -C docs man
|
make -C docs man
|
||||||
|
|
Loading…
Reference in New Issue