mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
disable tests on http-media
This commit is contained in:
parent
d2c4421d74
commit
7abfc12a9a
@ -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…
Reference in New Issue
Block a user