mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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:
parent
ad416d066c
commit
d96191de0b
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user