mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
haskellPackages.http-api-data-qq: disable network dependent test
This commit is contained in:
parent
96b5f414fe
commit
f3a3ddb87b
@ -1041,4 +1041,11 @@ self: super: builtins.intersectAttrs super {
|
||||
})
|
||||
] ++ (drv.patches or []);
|
||||
}) super.graphviz;
|
||||
|
||||
# Test case tries to contact the network
|
||||
http-api-data-qq = overrideCabal (drv: {
|
||||
testFlags = [
|
||||
"-p" "!/Can be used with http-client/"
|
||||
] ++ drv.testFlags or [];
|
||||
}) super.http-api-data-qq;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user