xemu: use default SDK on Darwin (14.4)

This commit is contained in:
Randy Eckenrode 2025-10-09 17:58:27 -04:00
parent 9d540d1b8c
commit 9b456509dc
No known key found for this signature in database
GPG key ID: 64C1CD4EC2A600D9

View file

@ -29,7 +29,6 @@
wrapGAppsHook3,
cacert,
darwin,
apple-sdk_12,
desktopToDarwinBundle,
}:
@ -98,9 +97,6 @@ stdenv.mkDerivation (finalAttrs: {
libdrm
libgbm
vte
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
apple-sdk_12
];
configureFlags = [