mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
ngtcp2: switch to apple-sdk_11
Fix https://github.com/NixOS/nixpkgs/issues/354435
This commit is contained in:
parent
5703364874
commit
97e7b8bed5
@ -1,7 +1,7 @@
|
||||
{ lib, stdenv, fetchFromGitHub
|
||||
, cmake
|
||||
, brotli, libev, nghttp3, quictls
|
||||
, CoreServices
|
||||
, apple-sdk_11
|
||||
, withJemalloc ? false, jemalloc
|
||||
, curlHTTP3
|
||||
}:
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
nghttp3
|
||||
quictls
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
CoreServices
|
||||
apple-sdk_11
|
||||
] ++ lib.optional withJemalloc jemalloc;
|
||||
|
||||
cmakeFlags = [
|
||||
|
@ -10564,7 +10564,7 @@ with pkgs;
|
||||
|
||||
nghttp3 = callPackage ../development/libraries/nghttp3 { inherit (darwin.apple_sdk.frameworks) CoreServices; };
|
||||
|
||||
ngtcp2 = callPackage ../development/libraries/ngtcp2 { inherit (darwin.apple_sdk.frameworks) CoreServices; };
|
||||
ngtcp2 = callPackage ../development/libraries/ngtcp2 { };
|
||||
ngtcp2-gnutls = callPackage ../development/libraries/ngtcp2/gnutls.nix { };
|
||||
|
||||
non = callPackage ../applications/audio/non {
|
||||
|
Loading…
Reference in New Issue
Block a user