Skip to content

Commit

Permalink
Merge pull request #20 from felixscheinost/master
Browse files Browse the repository at this point in the history
Need Foundation to build i18n-embed-fl on darwin
  • Loading branch information
ryantm authored Feb 9, 2021
2 parents 37b1d2a + cd916fa commit c81f804
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/rage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c81f804

Please sign in to comment.