1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-09-11 06:05:38 +03:00

Merge pull request #20 from felixscheinost/master

Need Foundation to build i18n-embed-fl on darwin
This commit is contained in:
Ryan Mulligan 2021-02-08 18:46:27 -08:00 committed by GitHub
commit c81f804195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,10 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ installShellFiles ];
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.Security ];
buildInputs = stdenv.lib.optionals stdenv.isDarwin [
darwin.Security
darwin.apple_sdk.frameworks.Foundation
];
postBuild = ''
cargo run --example generate-docs