3
0
Fork 0
forked from mirrors/nixpkgs

Disable tests on haskellPackages.telegraph

This commit is contained in:
Poscat 2021-02-14 16:54:27 +08:00 committed by Peter Simons
parent 071863cf74
commit 180ec7be87

View file

@ -226,6 +226,7 @@ self: super: builtins.intersectAttrs super {
http-client-tls = dontCheck super.http-client-tls;
http-conduit = dontCheck super.http-conduit;
transient-universe = dontCheck super.transient-universe;
telegraph = dontCheck super.telegraph;
typed-process = dontCheck super.typed-process;
js-jquery = dontCheck super.js-jquery;
hPDB-examples = dontCheck super.hPDB-examples;