0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

build-support/php: fix comments in multi-lines command

This commit is contained in:
Pol Dellaiera 2024-09-23 09:19:29 +02:00
parent eaed87267b
commit 3bcaabbb71
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -60,10 +60,10 @@ composerVendorBuildHook() {
echo "Executing composerVendorBuildHook"
composer \
# The acpu-autoloader is not reproducible and has to be disabled.
# Upstream PR: https://github.com/composer/composer/pull/12090
# --apcu-autoloader \
# --apcu-autoloader-prefix="$(jq -r -c 'try ."content-hash"' < composer.lock)" \
`# The acpu-autoloader is not reproducible and has to be disabled.` \
`# Upstream PR: https://github.com/composer/composer/pull/12090` \
`# --apcu-autoloader` \
`# --apcu-autoloader-prefix="$(jq -r -c 'try ."content-hash"' < composer.lock)"` \
--no-interaction \
--no-progress \
--optimize-autoloader \