nixpkgs/pkgs/development/libraries/libsoup
Jan Tojnar b088f9871e libsoup: Remove passthru.propagatedUserEnvPackages
That does not do anything.

The proper attribute name recognized by the generic builder is `propagatedUserEnvPkgs`
and even that is an ugly hack to have `nix-env` pull in extra packages into the profile.

Looks like it has been mistakenly put to `passthru` since the beginning:
24448ed3de

Apps that use TLS in conjunction with GLib/libsoup should just add `glib-networking` to `buildInputs`
and `wrapGAppsHook` to `nativeBuildInputs` to add the appropriate Gio module
to `GIO_EXTRA_MODULES` environment variable.
2023-12-26 01:36:50 +01:00
..
3.x.nix libsoup: Remove passthru.propagatedUserEnvPackages 2023-12-26 01:36:50 +01:00
default.nix libsoup: Remove passthru.propagatedUserEnvPackages 2023-12-26 01:36:50 +01:00