Merge pull request #174817 from risicle/ris-curl-passthru-test-duplicate

curl: deduplicate definition of `passthru.tests`
This commit is contained in:
Sandro 2022-05-27 18:53:21 +02:00 committed by GitHub
commit 2a447887b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,8 +177,6 @@ stdenv.mkDerivation rec {
'';
passthru = {
# Additional checking with support http3 protocol.
tests.nginx-http3 = nixosTests.nginx-http3;
inherit opensslSupport openssl;
tests = {
inherit curlpp coeurl;
@ -186,6 +184,8 @@ stdenv.mkDerivation rec {
ocaml-curly = ocamlPackages.curly;
php-curl = phpExtensions.curl;
pycurl = python3.pkgs.pycurl;
# Additional checking with support http3 protocol.
inherit (nixosTests) nginx-http3;
};
};