zizmor: remove pkg-config dependency

Used to be needed for openssl, but it got removed in #371951
This commit is contained in:
SandaruKasa
2025-01-09 03:11:43 +03:00
parent a9e2a5b6c8
commit 96c6f435ab
-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;
};