haskellPackages.typed-process: disable tests

Networking is required for them.

Changed files
+3
pkgs
development
haskell-modules
+3
pkgs/development/haskell-modules/configuration-nix.nix
···
librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ];
});
+
# Needs network in tests.
+
typed-process = dontCheck super.typed-process;
+
}