mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 06:27:29 +00:00
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:
parent
6d753d5c11
commit
c430f93990
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user