lol

haskellPackages.typed-process: disable tests

Networking is required for them.

+3
+3
pkgs/development/haskell-modules/configuration-nix.nix
··· 384 384 librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ]; 385 385 }); 386 386 387 + # Needs network in tests. 388 + typed-process = dontCheck super.typed-process; 389 + 387 390 }