mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
sequoia-chameleon-gnupg: use new darwin sdk pattern
This commit is contained in:
parent
6b7f41b403
commit
fa0ec055fb
@ -6,7 +6,6 @@
|
||||
, nettle
|
||||
, openssl
|
||||
, sqlite
|
||||
, darwin
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@ -31,9 +30,6 @@ rustPlatform.buildRustPackage rec {
|
||||
nettle
|
||||
openssl
|
||||
sqlite
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
# gpgconf: error creating socket directory
|
||||
|
Loading…
Reference in New Issue
Block a user