mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
ghc841: github needs a jailbreak
This commit is contained in:
parent
c5160c62e3
commit
86b554a589
1 changed files with 6 additions and 0 deletions
|
@ -648,6 +648,12 @@ self: super: {
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
github = overrideCabal super.github (drv: {
|
||||||
|
## Setup: Encountered missing dependencies:
|
||||||
|
## base >=4.7 && <4.11
|
||||||
|
jailbreak = true;
|
||||||
|
});
|
||||||
|
|
||||||
haddock-library_1_5_0_1 = overrideCabal super.haddock-library_1_5_0_1 (drv: {
|
haddock-library_1_5_0_1 = overrideCabal super.haddock-library_1_5_0_1 (drv: {
|
||||||
## Setup: Encountered missing dependencies:
|
## Setup: Encountered missing dependencies:
|
||||||
## QuickCheck ==2.11.*
|
## QuickCheck ==2.11.*
|
||||||
|
|
Loading…
Reference in a new issue