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:
Peter Simons 2019-02-20 14:17:04 +01:00
parent 6968539751
commit 30432fa06a

View File

@ -55,7 +55,7 @@ in {
};
ghc844 = callPackage ../development/compilers/ghc/8.4.4.nix {
bootPkgs = packages.ghc822Binary;
inherit (buildPackages.python3Packages) sphinx;
sphinx = null; # broken with sphinx 1.8.x
buildLlvmPackages = buildPackages.llvmPackages_5;
llvmPackages = pkgs.llvmPackages_5;
};