buildComposerProject: Drop moreutils dependency

This commit is contained in:
Jonas Heinrich 2025-07-16 13:38:58 +02:00
parent 43db7f62c2
commit 2de11e1e96
2 changed files with 0 additions and 7 deletions

View File

@ -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 = {

View File

@ -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 = {