Commit 2de11e1e authored by Jonas Heinrich's avatar Jonas Heinrich
Browse files

buildComposerProject: Drop moreutils dependency

parent 43db7f62
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  makeSetupHook,
  jq,
  writeShellApplication,
  moreutils,
  cacert,
  buildPackages,
}:
@@ -20,7 +19,6 @@ in
    name = "composer-repository-hook.sh";
    propagatedBuildInputs = [
      jq
      moreutils
      cacert
    ];
    substitutions = {
@@ -32,7 +30,6 @@ in
    name = "composer-install-hook.sh";
    propagatedBuildInputs = [
      jq
      moreutils
      cacert
    ];
    substitutions = {
@@ -47,7 +44,6 @@ in
    name = "composer-with-plugin-vendor-hook.sh";
    propagatedBuildInputs = [
      jq
      moreutils
      cacert
    ];
    substitutions = {
+0 −3
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  makeSetupHook,
  jq,
  writeShellApplication,
  moreutils,
  cacert,
  buildPackages,
}:
@@ -20,7 +19,6 @@ in
    name = "composer-vendor-hook.sh";
    propagatedBuildInputs = [
      jq
      moreutils
      cacert
    ];
    substitutions = {
@@ -32,7 +30,6 @@ in
    name = "composer-install-hook.sh";
    propagatedBuildInputs = [
      jq
      moreutils
      cacert
    ];
    substitutions = {