nchat: use default SDK on Darwin (14.4)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user