mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
servo: use default SDK on Darwin (14.4)
This commit is contained in:
parent
e963c19b5f
commit
da7a8d12f0
|
|
@ -24,7 +24,6 @@
|
|||
zlib,
|
||||
|
||||
# runtime deps
|
||||
apple-sdk_14,
|
||||
fontconfig,
|
||||
freetype,
|
||||
gst_all_1,
|
||||
|
|
@ -131,9 +130,6 @@ rustPlatform.buildRustPackage {
|
|||
xorg.libxcb
|
||||
udev
|
||||
vulkan-loader
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
apple-sdk_14
|
||||
];
|
||||
|
||||
# Builds with additional features for aarch64, see https://github.com/servo/servo/issues/36819
|
||||
|
|
|
|||
Loading…
Reference in a new issue