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
1 changed files with 4 additions and 1 deletions

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