curl: don’t skip passthru.tests.static
on x86_64-darwin
This works since <https://github.com/NixOS/nixpkgs/pull/346950>.
This commit is contained in:
parent
7635bd4d45
commit
12f8f3a49e
@ -219,7 +219,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# nginx-http3 = useThisCurl nixosTests.nginx-http3;
|
||||
nginx-http3 = nixosTests.nginx-http3;
|
||||
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||
} // lib.optionalAttrs (stdenv.hostPlatform.system != "x86_64-darwin") {
|
||||
static = pkgsStatic.curl;
|
||||
} // lib.optionalAttrs (!stdenv.hostPlatform.isDarwin) {
|
||||
fetchpatch = tests.fetchpatch.simple.override { fetchpatch = (fetchpatch.override { fetchurl = useThisCurl fetchurl; }) // { version = 1; }; };
|
||||
|
Loading…
Reference in New Issue
Block a user