nchat: use default SDK on Darwin (14.4)

This commit is contained in:
Randy Eckenrode
2025-10-09 18:23:30 -04:00
parent 51370732ee
commit d068cfff50
-5
View File
@@ -13,7 +13,6 @@
gperf,
nix-update-script,
withWhatsApp ? true,
apple-sdk_12,
}:
let
@@ -88,10 +87,6 @@ stdenv.mkDerivation rec {
readline
sqlite
zlib
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# For SecTrustCopyCertificateChain, see https://github.com/NixOS/nixpkgs/pull/445063#pullrequestreview-3261846621
apple-sdk_12
];
cmakeFlags = [