haskellPackages.typed-process: disable tests

Networking is required for them.
This commit is contained in:
Nikolay Amiantov 2017-02-08 17:39:37 +03:00
parent 7db1f727f3
commit 45368ed49d

View File

@ -384,4 +384,7 @@ self: super: builtins.intersectAttrs super {
librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ];
});
# Needs network in tests.
typed-process = dontCheck super.typed-process;
}