kubectl-view-allocations: remove superfluous perl input (#339811)

This commit is contained in:
Nick Cao
2024-09-05 15:33:27 -04:00
committed by GitHub
@@ -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; {