Skip to content

Commit

Permalink
buckle: migrate to new apple sdk structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahec committed Nov 6, 2024
1 parent 3c6867a commit 87f57d2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/by-name/bu/buckle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
stdenv,
fetchFromGitHub,
rustPlatform,
darwin,
apple-sdk_11,
}:

rustPlatform.buildRustPackage rec {
Expand All @@ -18,10 +18,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-eWhcDzw+6I5N0dse5avwhcQ/y6YZ6b3QKyBwWBrA/xo=";
};

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ];

checkFlags = [
# Both tests access the network.
Expand Down

0 comments on commit 87f57d2

Please sign in to comment.