Loading pkgs/development/libraries/ngtcp2/default.nix +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 }: Loading @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { nghttp3 quictls ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices apple-sdk_11 ] ++ lib.optional withJemalloc jemalloc; cmakeFlags = [ Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
pkgs/development/libraries/ngtcp2/default.nix +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 }: Loading @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { nghttp3 quictls ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices apple-sdk_11 ] ++ lib.optional withJemalloc jemalloc; cmakeFlags = [ Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading