Unverified Commit d96191de authored by Alyssa Ross's avatar Alyssa Ross
Browse files

kubectl-view-allocations: remove superfluous perl input

This hasn't been necessary since kubectl-view-allocations commit
0a2e0611 (" switch from openssl to rustls (like kube-rs 0.86)").
parent ad416d06
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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; {