rstudio: use default SDK on Darwin (14.4)

This commit is contained in:
Randy Eckenrode
2025-10-09 18:23:31 -04:00
parent 46efd7786a
commit 1a0918ae77
-4
View File
@@ -24,7 +24,6 @@
yarnConfigHook,
zip,
apple-sdk_11,
boost187,
electron_37,
fontconfig,
@@ -160,9 +159,6 @@ stdenv.mkDerivation rec {
soci
sqlite.dev
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
apple-sdk_11
]
++ lib.optionals (!server) [
fontconfig
]