Skip to content

Commit

Permalink
nghttp2: Use libsoup_3 in passthru.tests
Browse files Browse the repository at this point in the history
libsoup 2.4 is actually not using this library, only libsoup_3 is.
  • Loading branch information
jtojnar committed Dec 2, 2024
1 parent 5567fe2 commit 46dfb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ng/nghttp2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
'';

passthru.tests = {
inherit curl libsoup;
inherit curl libsoup_3;
};

meta = with lib; {
Expand Down

0 comments on commit 46dfb21

Please sign in to comment.