buildComposerProject: change propagatedBuildInputs to propagatedNativeBuildInputs

This commit is contained in:
Jonas Heinrich 2025-07-16 15:45:36 +02:00
parent 2de11e1e96
commit 3e2c2cd8f4
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ in
{
composerRepositoryHook = makeSetupHook {
name = "composer-repository-hook.sh";
propagatedBuildInputs = [
propagatedNativeBuildInputs = [
jq
cacert
];
@ -28,7 +28,7 @@ in
composerInstallHook = makeSetupHook {
name = "composer-install-hook.sh";
propagatedBuildInputs = [
propagatedNativeBuildInputs = [
jq
cacert
];
@ -42,7 +42,7 @@ in
composerWithPluginVendorHook = makeSetupHook {
name = "composer-with-plugin-vendor-hook.sh";
propagatedBuildInputs = [
propagatedNativeBuildInputs = [
jq
cacert
];

View File

@ -17,7 +17,7 @@ in
{
composerVendorHook = makeSetupHook {
name = "composer-vendor-hook.sh";
propagatedBuildInputs = [
propagatedNativeBuildInputs = [
jq
cacert
];
@ -28,7 +28,7 @@ in
composerInstallHook = makeSetupHook {
name = "composer-install-hook.sh";
propagatedBuildInputs = [
propagatedNativeBuildInputs = [
jq
cacert
];