mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
disable tests on http-media
This commit is contained in:
parent
d2c4421d74
commit
7abfc12a9a
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ self: super: {
|
||||||
# https://github.com/haskell/bytestring/issues/41
|
# https://github.com/haskell/bytestring/issues/41
|
||||||
bytestring_0_10_4_1 = dontCheck super.bytestring_0_10_4_1;
|
bytestring_0_10_4_1 = dontCheck super.bytestring_0_10_4_1;
|
||||||
|
|
||||||
|
# https://github.com/zmthy/http-media/issues/6
|
||||||
|
http-media = dontCheck super.http-media;
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
# Not on Hackage yet.
|
# Not on Hackage yet.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue