mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 17:50:48 +03:00
fix Darwin?
This commit is contained in:
parent
ddb81b8bda
commit
a704a85cbd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
buildInputs = with darwin; stdenv.lib.optionals stdenv.isDarwin [
|
buildInputs = with darwin.apple_sdk.frameworks; stdenv.lib.optionals stdenv.isDarwin [
|
||||||
Security
|
Security
|
||||||
Foundation
|
Foundation
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue