Unverified Commit f1fe927d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 6ac24bda d96191de
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; {