glib-networking: stop propagating dependencies

This was done from the beginning for no apparent reason:
https://github.com/NixOS/nixpkgs/commit/cc6ecaeeef96e4c09581b9bdb067269861b94c60
This commit is contained in:
Jan Tojnar
2019-09-02 18:57:46 +02:00
parent 8c7be1b927
commit cb1cc757ff
@@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
sha256 = "1mfw44qpmwvz6yzj8c6spx6z357wrmkk15byrkc5byagd82860fm";
};
outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs
PKG_CONFIG_GIO_2_0_GIOMODULEDIR = "${placeholder "out"}/lib/gio/modules";
postPatch = ''
@@ -39,7 +37,7 @@ stdenv.mkDerivation rec {
python3 # for install_script
];
propagatedBuildInputs = [
buildInputs = [
glib
gnutls
p11-kit