Skip to content

Commit

Permalink
zizmor: remove pkg-config dependency
Browse files Browse the repository at this point in the history
Used to be needed for openssl, but it got removed in NixOS#371951
  • Loading branch information
SandaruKasa committed Jan 9, 2025
1 parent a9e2a5b commit 96c6f43
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 96c6f43

Please sign in to comment.