mirror of
https://github.com/NixOS/nix.git
synced 2025-12-05 00:21:01 +01:00
packaging: Add darwin -lsandbox in meson
This commit is contained in:
parent
d2c880b03f
commit
f733553061
2 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
, mkMesonLibrary
|
||||
|
||||
, unixtools
|
||||
, darwin
|
||||
|
||||
, nix-util
|
||||
, boost
|
||||
|
|
@ -56,6 +57,7 @@ mkMesonLibrary (finalAttrs: {
|
|||
sqlite
|
||||
] ++ lib.optional stdenv.hostPlatform.isLinux libseccomp
|
||||
# There have been issues building these dependencies
|
||||
++ lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.libs.sandbox
|
||||
++ lib.optional (stdenv.hostPlatform == stdenv.buildPlatform && (stdenv.isLinux || stdenv.isDarwin))
|
||||
aws-sdk-cpp
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue