zizmor: remove pkg-config dependency (#372248)

This commit is contained in:
Thomas Gerbet
2025-01-09 09:10:20 +01:00
committed by GitHub
-3
View File
@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
rustPlatform,
pkg-config,
testers,
zizmor,
}:
@@ -20,8 +19,6 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-feAfHkcLvEdFblehPGtLO01Vl9QpOueuJrpEujlv4qY=";
nativeBuildInputs = [ pkg-config ];
passthru.tests.version = testers.testVersion {
package = zizmor;
};