1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00

Fix bullseye install : php-gettext -> php-php-gettext

This commit is contained in:
Alexandre Aubin 2021-06-11 16:32:40 +02:00 committed by GitHub
parent 7b72ace820
commit 9765f7a63f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ YNH_PHP_VERSION="7.3"
pkg_dependencies="postgresql apt-transport-https libgd-dev" pkg_dependencies="postgresql apt-transport-https libgd-dev"
extra_php_dependencies="php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-gd php-gettext" extra_php_dependencies="php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-gd php-php-gettext"
#================================================= #=================================================
# COMMON HELPERS # COMMON HELPERS