mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
xemu: use default SDK on Darwin (14.4)
This commit is contained in:
parent
9d540d1b8c
commit
9b456509dc
|
|
@ -29,7 +29,6 @@
|
||||||
wrapGAppsHook3,
|
wrapGAppsHook3,
|
||||||
cacert,
|
cacert,
|
||||||
darwin,
|
darwin,
|
||||||
apple-sdk_12,
|
|
||||||
desktopToDarwinBundle,
|
desktopToDarwinBundle,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
@ -98,9 +97,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
libdrm
|
libdrm
|
||||||
libgbm
|
libgbm
|
||||||
vte
|
vte
|
||||||
]
|
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
|
||||||
apple-sdk_12
|
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue