Skip to content

Commit

Permalink
Try to fix Cairo Nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Sep 6, 2024
1 parent 5217af9 commit db76788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:

- name: Run Nix build
run: |
nix build .#cairo
nix develop -c true
1 change: 1 addition & 0 deletions nix/cairo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let
];

buildInputs = nixpkgs.lib.optionals nixpkgs.stdenv.isDarwin [
nixpkgs.darwin.apple_sdk.frameworks.Security
nixpkgs.darwin.apple_sdk.frameworks.SystemConfiguration
];
};
Expand Down

0 comments on commit db76788

Please sign in to comment.