Skip to content

Commit

Permalink
zizmor: remove pkg-config dependency (#372248)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Jan 9, 2025
2 parents bee0c43 + 96c6f43 commit 79b7a17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/zi/zizmor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
rustPlatform,
pkg-config,
testers,
zizmor,
}:
Expand All @@ -20,8 +19,6 @@ rustPlatform.buildRustPackage rec {

cargoHash = "sha256-feAfHkcLvEdFblehPGtLO01Vl9QpOueuJrpEujlv4qY=";

nativeBuildInputs = [ pkg-config ];

passthru.tests.version = testers.testVersion {
package = zizmor;
};
Expand Down

0 comments on commit 79b7a17

Please sign in to comment.