shipwright: use default SDK on Darwin (14.4)

This commit is contained in:
Randy Eckenrode
2025-10-09 18:23:31 -04:00
parent da7a8d12f0
commit 6ab924b0c2
-5
View File
@@ -1,5 +1,4 @@
{
apple-sdk_13,
stdenv,
cmake,
lsb-release,
@@ -165,10 +164,6 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optionals stdenv.hostPlatform.isLinux [
libpulseaudio
zenity
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Metal.hpp requires macOS 13.x min.
apple-sdk_13
];
cmakeFlags = [