mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
rio: use apple-sdk_11 on x86_64 too
This commit is contained in:
parent
224709bbf0
commit
982d526b78
@ -17,6 +17,7 @@
|
||||
libGL,
|
||||
vulkan-loader,
|
||||
libxkbcommon,
|
||||
apple-sdk_11,
|
||||
|
||||
withX11 ? !stdenv.hostPlatform.isDarwin,
|
||||
libX11,
|
||||
@ -80,6 +81,7 @@ rustPlatform.buildRustPackage rec {
|
||||
rlinkLibs
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
darwin.libutil
|
||||
apple-sdk_11 # Needs _NSPasteboardTypeFileURL, can be removed once x86_64-darwin defaults to a higher SDK
|
||||
];
|
||||
|
||||
outputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user