Skip to content

Commit

Permalink
add additional CoreServices dependency when building on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cardenaso11 committed Jan 17, 2024
1 parent c50d4d1 commit 3285141
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

osxDependencies = with pkgs;
lib.optionals stdenv.isDarwin
[ darwin.apple_sdk.frameworks.Security ];
[ darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.CoreServices
];

cargoTomlContents = builtins.readFile ./crates/aiken/Cargo.toml;
version = (builtins.fromTOML cargoTomlContents).package.version;
Expand Down

0 comments on commit 3285141

Please sign in to comment.