haskellPackages.futhark: use python3 instead of python37

This commit is contained in:
Robert Schütz 2021-05-18 16:17:44 +02:00 committed by sterni
parent c7e74545ee
commit be1e5f9698

View File

@ -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