glib-networking: stop propagating dependencies
This was done from the beginning for no apparent reason:
cc6ecaeeef
This commit is contained in:
parent
8c7be1b927
commit
cb1cc757ff
@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1mfw44qpmwvz6yzj8c6spx6z357wrmkk15byrkc5byagd82860fm";
|
sha256 = "1mfw44qpmwvz6yzj8c6spx6z357wrmkk15byrkc5byagd82860fm";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs
|
|
||||||
|
|
||||||
PKG_CONFIG_GIO_2_0_GIOMODULEDIR = "${placeholder "out"}/lib/gio/modules";
|
PKG_CONFIG_GIO_2_0_GIOMODULEDIR = "${placeholder "out"}/lib/gio/modules";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -39,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
python3 # for install_script
|
python3 # for install_script
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
buildInputs = [
|
||||||
glib
|
glib
|
||||||
gnutls
|
gnutls
|
||||||
p11-kit
|
p11-kit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user