We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e7454 commit be1e5f9Copy full SHA for be1e5f9
1 file changed
pkgs/development/haskell-modules/configuration-nix.nix
@@ -485,7 +485,7 @@ self: super: builtins.intersectAttrs super {
485
486
# Compile manpages (which are in RST and are compiled with Sphinx).
487
futhark = with pkgs;
488
- overrideCabal (addBuildTools super.futhark [makeWrapper python37Packages.sphinx])
+ overrideCabal (addBuildTools super.futhark [makeWrapper python3Packages.sphinx])
489
(_drv: {
490
postBuild = (_drv.postBuild or "") + ''
491
make -C docs man
0 commit comments