build-support/php: fix by moving cacert to propagatedBuildInputs (#429755)

This commit is contained in:
Sandro 2025-07-31 13:48:45 +02:00 committed by GitHub
commit 896602cbce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -19,6 +19,8 @@ in
name = "composer-repository-hook.sh";
propagatedNativeBuildInputs = [
jq
];
propagatedBuildInputs = [
cacert
];
substitutions = {
@ -30,6 +32,8 @@ in
name = "composer-install-hook.sh";
propagatedNativeBuildInputs = [
jq
];
propagatedBuildInputs = [
cacert
];
substitutions = {
@ -44,6 +48,8 @@ in
name = "composer-with-plugin-vendor-hook.sh";
propagatedNativeBuildInputs = [
jq
];
propagatedBuildInputs = [
cacert
];
substitutions = {

View File

@ -19,6 +19,8 @@ in
name = "composer-vendor-hook.sh";
propagatedNativeBuildInputs = [
jq
];
propagatedBuildInputs = [
cacert
];
substitutions = {
@ -30,6 +32,8 @@ in
name = "composer-install-hook.sh";
propagatedNativeBuildInputs = [
jq
];
propagatedBuildInputs = [
cacert
];
substitutions = {