Commit 97e7b8be authored by XYenon's avatar XYenon
Browse files

ngtcp2: switch to apple-sdk_11

parent 57033648
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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 = [
+1 −1
Original line number Diff line number Diff line
@@ -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 {