mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-config-ini: disable test suite which fails with GHC 8.2.2
This commit is contained in:
parent
04bd949738
commit
5119549255
@ -991,4 +991,7 @@ self: super: {
|
|||||||
cryptohash-md5 = doJailbreak super.cryptohash-md5;
|
cryptohash-md5 = doJailbreak super.cryptohash-md5;
|
||||||
text-short = doJailbreak super.text-short;
|
text-short = doJailbreak super.text-short;
|
||||||
|
|
||||||
|
# https://github.com/aisamanra/config-ini/issues/12
|
||||||
|
config-ini = dontCheck super.config-ini;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user