mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
ghc841: dontCheck resolv
This commit is contained in:
parent
b69eb4af28
commit
9c58744f3e
1 changed files with 6 additions and 0 deletions
|
@ -662,6 +662,12 @@ self: super: {
|
|||
jailbreak = true;
|
||||
});
|
||||
|
||||
resolv = overrideCabal super.resolv (drv: {
|
||||
## Setup: Encountered missing dependencies:
|
||||
## tasty >=0.11.2 && <0.12
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
setlocale = overrideCabal super.setlocale (drv: {
|
||||
## https://bitbucket.org/IchUndNichtDu/haskell-setlocale/issues/1/please-allow-base-412-from-ghc-841
|
||||
jailbreak = true;
|
||||
|
|
Loading…
Reference in a new issue