mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
haskell-configuration-ghc-7.9.x: steal a working jailbreak-cabal binary from the 7.8.4 package set to alleviate the effects of https://github.com/peti/jailbreak-cabal/issues/3
This commit is contained in:
parent
1e659694c5
commit
96ae5d58bf
@ -30,6 +30,10 @@ self: super: {
|
|||||||
unix = null;
|
unix = null;
|
||||||
xhtml = null;
|
xhtml = null;
|
||||||
|
|
||||||
|
# We cannot build jailbreak without Cabal 1.20.x, and we cannot build
|
||||||
|
# Cabal 1.20.x without jailbreak. Go figure. Let's use a sledgehammer.
|
||||||
|
jailbreak-cabal = pkgs.haskellngPackages.jailbreak-cabal;
|
||||||
|
|
||||||
# haddock: internal error: expectJust getPackageDetails
|
# haddock: internal error: expectJust getPackageDetails
|
||||||
mkDerivation = drv: super.mkDerivation (drv // { noHaddock = true; });
|
mkDerivation = drv: super.mkDerivation (drv // { noHaddock = true; });
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user