haskellPackages.typed-process: disable tests
Networking is required for them.
Nikolay Amiantov 8 years ago 45368ed4 7db1f727
··· 384 384 librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ]; 385 385 }); 386 386 387 387 + # Needs network in tests. 388 388 + typed-process = dontCheck super.typed-process; 389 389 + 387 390 }