mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +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
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user