mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 15:34:05 +00:00
Merge pull request #245079 from figsoda/local-registry
cargo-local-registry: fix build on x86_64-darwin
This commit is contained in:
commit
cccc926ab2
@ -35,6 +35,8 @@ rustPlatform.buildRustPackage rec {
|
||||
zlib
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
|
||||
darwin.apple_sdk.frameworks.CoreFoundation
|
||||
];
|
||||
|
||||
# tests require internet access
|
||||
|
Loading…
Reference in New Issue
Block a user