Skip to content

Commit

Permalink
ngtcp2: switch to apple-sdk_11 (#355344)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Nov 13, 2024
2 parents 863931d + 97e7b8b commit 27b322a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ngtcp2/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub
, cmake
, brotli, libev, nghttp3, quictls
, CoreServices
, apple-sdk_11
, withJemalloc ? false, jemalloc
, curlHTTP3
}:
Expand All @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
nghttp3
quictls
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
CoreServices
apple-sdk_11
] ++ lib.optional withJemalloc jemalloc;

cmakeFlags = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10560,7 +10560,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 {
Expand Down

0 comments on commit 27b322a

Please sign in to comment.