Skip to content

Commit

Permalink
csvlens: migrate to new apple-sdk pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahec committed Nov 13, 2024
1 parent 92876f7 commit 8f683c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/cs/csvlens/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
stdenv,
darwin,
rustPlatform,
fetchFromGitHub,
}:
Expand All @@ -17,8 +16,6 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-q4d3BE11LVAwA16+VEWLbZW/+pkbQ5/rp+pIAiuFTyg=";
};

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.AppKit ];

cargoHash = "sha256-eKREGxIBjzI3viieOnRRUAf+4zqKLi24Hn1aOFns8IQ=";

meta = with lib; {
Expand Down

0 comments on commit 8f683c8

Please sign in to comment.