haskellPackages.typed-process: disable tests
Networking is required for them.
This commit is contained in:
parent
7db1f727f3
commit
45368ed49d
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user