Skip to content

Commit

Permalink
Remove unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Sep 7, 2024
1 parent 9459fd8 commit 3380564
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ jobs:

- name: Run Nix build
run: |
ls -la /opt/homebrew
sudo rm -rf /opt/homebrew
nix build -L .#cairo
nix develop -c true
5 changes: 0 additions & 5 deletions nix/cairo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,13 @@ let
cargoHash = "sha256-piabK7UNyt2hWoqR5IDnCZoo8+VvSthSao3sQXKjE0o=";

OPENSSL_NO_VENDOR = 1;
AARCH64_APPLE_DARWIN_OPENSSL_NO_VENDOR = 1;
PKG_CONFIG_PATH = "${nixpkgs.openssl.dev}/lib/pkgconfig";

nativeBuildInputs = [
nixpkgs.libiconv
nixpkgs.pkg-config
];

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

0 comments on commit 3380564

Please sign in to comment.