Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-rigbee authored and kentookura committed Feb 21, 2024
1 parent 534ca7d commit b639db4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
35 changes: 18 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
let
overlays = [ (import rust-overlay) ];
pkgs = import nixpkgs { inherit system overlays; };

frameworks = pkgs.darwin.apple_sdk.frameworks;
libraries = with pkgs;[
pkg-config
bacon
gdk-pixbuf
openssl_3
(if stdenv.hostPlatform.isDarwin then frameworks.CoreServices else null)
];

packages = with pkgs; [
Expand Down

0 comments on commit b639db4

Please sign in to comment.