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