nghttp2: Use libsoup_3 in passthru.tests

libsoup 2.4 is actually not using this library, only libsoup_3 is.
This commit is contained in:
Jan Tojnar 2024-12-01 22:42:17 +01:00
parent 6d753d5c11
commit c430f93990

View File

@ -18,7 +18,7 @@
# downstream dependencies, for testing
, curl
, libsoup
, libsoup_3
}:
# Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch!
@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
'';
passthru.tests = {
inherit curl libsoup;
inherit curl libsoup_3;
};
meta = with lib; {