ghc-8.4.x: don't build Sphinx documentation
The build was broken by the recent Sphinx 1.8.x update. Fixes https://github.com/NixOS/nixpkgs/issues/55662.
This commit is contained in:
parent
6968539751
commit
30432fa06a
@ -55,7 +55,7 @@ in {
|
|||||||
};
|
};
|
||||||
ghc844 = callPackage ../development/compilers/ghc/8.4.4.nix {
|
ghc844 = callPackage ../development/compilers/ghc/8.4.4.nix {
|
||||||
bootPkgs = packages.ghc822Binary;
|
bootPkgs = packages.ghc822Binary;
|
||||||
inherit (buildPackages.python3Packages) sphinx;
|
sphinx = null; # broken with sphinx 1.8.x
|
||||||
buildLlvmPackages = buildPackages.llvmPackages_5;
|
buildLlvmPackages = buildPackages.llvmPackages_5;
|
||||||
llvmPackages = pkgs.llvmPackages_5;
|
llvmPackages = pkgs.llvmPackages_5;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user