glib-networking: stop propagating dependencies

This was done from the beginning for no apparent reason:
cc6ecaeeef
This commit is contained in:
Jan Tojnar 2019-09-02 18:50:24 +02:00
parent 8c7be1b927
commit cb1cc757ff
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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