Merge pull request #276813 from jtojnar/libsoup-no-propagate
libsoup: Remove passthru.propagatedUserEnvPackages
This commit is contained in:
commit
9b6e63979f
3 changed files with 4 additions and 9 deletions
|
@ -7,6 +7,7 @@
|
|||
, geoip
|
||||
, gettext
|
||||
, glib
|
||||
, glib-networking
|
||||
, gtk3
|
||||
, json-glib
|
||||
, libappindicator
|
||||
|
@ -50,7 +51,9 @@ stdenv.mkDerivation rec {
|
|||
libmrss
|
||||
libproxy
|
||||
libsoup_3
|
||||
] ++ libsoup_3.propagatedUserEnvPackages;
|
||||
# For TLS support.
|
||||
glib-networking
|
||||
];
|
||||
|
||||
doCheck = false; # Requires network access
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
, gnome
|
||||
, libsysprof-capture
|
||||
, sqlite
|
||||
, glib-networking
|
||||
, buildPackages
|
||||
, gobject-introspection
|
||||
, withIntrospection ? lib.meta.availableOn stdenv.hostPlatform gobject-introspection && stdenv.hostPlatform.emulatorAvailable buildPackages
|
||||
|
@ -93,9 +92,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
passthru = {
|
||||
propagatedUserEnvPackages = [
|
||||
glib-networking.out
|
||||
];
|
||||
updateScript = gnome.updateScript {
|
||||
attrPath = "libsoup_3";
|
||||
packageName = pname;
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
, brotli
|
||||
, gnomeSupport ? true
|
||||
, sqlite
|
||||
, glib-networking
|
||||
, buildPackages
|
||||
, withIntrospection ? lib.meta.availableOn stdenv.hostPlatform gobject-introspection && stdenv.hostPlatform.emulatorAvailable buildPackages
|
||||
}:
|
||||
|
@ -85,9 +84,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
passthru = {
|
||||
propagatedUserEnvPackages = [
|
||||
glib-networking.out
|
||||
];
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
versionPolicy = "odd-unstable";
|
||||
|
|
Loading…
Reference in a new issue