Unverified Commit f6315dfc authored by chillcicada's avatar chillcicada
Browse files

zsv: remove perl deps

parent 56b7aa5d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  stdenv,
  fetchFromGitHub,
  perl,
  jq,
}:

@@ -17,8 +16,6 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-6Gc9RDrQmayTnCoFHYN8B3gdqR3CPyyLWtO31WpnJ3o=";
  };

  nativeBuildInputs = [ perl ];

  buildInputs = [ jq ];

  configureFlags = [