Skip to content

Commit

Permalink
Merge pull request #1 from ljrk0/macos
Browse files Browse the repository at this point in the history
Fix build deps for Nix flake on macOS
  • Loading branch information
CutestNekoAqua authored Jul 19, 2024
2 parents 1a10dc7 + d07eaf3 commit 7fc2df0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@
pkgs.fontconfig
pkgs.lato
pkgs.texlivePackages.lato
pkgs.curl
] ++ lib.optionals pkgs.stdenv.isDarwin (
with pkgs.darwin.apple_sdk.frameworks; [
IOKit
ApplicationServices
Cocoa
]
);
};
Expand Down

0 comments on commit 7fc2df0

Please sign in to comment.