kubectl-view-allocations: remove superfluous perl input

This hasn't been necessary since kubectl-view-allocations commit
0a2e061 (" switch from openssl to rustls (like kube-rs 0.86)").
This commit is contained in:
Alyssa Ross 2024-09-05 16:23:21 +02:00
parent ad416d066c
commit d96191de0b
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -2,7 +2,6 @@
, stdenv
, rustPlatform
, fetchFromGitHub
, perl
, Security ? null
}:
@ -25,7 +24,6 @@ rustPlatform.buildRustPackage rec {
lockFile = ./Cargo.lock;
};
nativeBuildInputs = [ perl ];
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
meta = with lib; {