mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
xemu: use default SDK on Darwin (14.4)
This commit is contained in:
parent
9d540d1b8c
commit
9b456509dc
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue