build-support/php/hooks: add cacert
This commit is contained in:
parent
7e5e43ef91
commit
f0dc8516ed
1 changed files with 3 additions and 2 deletions
|
@ -3,20 +3,21 @@
|
||||||
, moreutils
|
, moreutils
|
||||||
, makeBinaryWrapper
|
, makeBinaryWrapper
|
||||||
, php
|
, php
|
||||||
|
, cacert
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
composerRepositoryHook = makeSetupHook
|
composerRepositoryHook = makeSetupHook
|
||||||
{
|
{
|
||||||
name = "composer-repository-hook.sh";
|
name = "composer-repository-hook.sh";
|
||||||
propagatedBuildInputs = [ jq moreutils php ];
|
propagatedBuildInputs = [ jq moreutils php cacert ];
|
||||||
substitutions = { };
|
substitutions = { };
|
||||||
} ./composer-repository-hook.sh;
|
} ./composer-repository-hook.sh;
|
||||||
|
|
||||||
composerInstallHook = makeSetupHook
|
composerInstallHook = makeSetupHook
|
||||||
{
|
{
|
||||||
name = "composer-install-hook.sh";
|
name = "composer-install-hook.sh";
|
||||||
propagatedBuildInputs = [ jq makeBinaryWrapper moreutils php ];
|
propagatedBuildInputs = [ jq makeBinaryWrapper moreutils php cacert ];
|
||||||
substitutions = { };
|
substitutions = { };
|
||||||
} ./composer-install-hook.sh;
|
} ./composer-install-hook.sh;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue