diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-12 16:59:56 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-12 17:21:17 +0200 |
commit | d5019f9ca750aa2bd49048c5462d9eac220b0644 (patch) | |
tree | 75598b5359f5dde081d8dccdd17a52b4e49f423b /gnu/packages/php.scm | |
parent | fa25b268dc63d5da457da79169054f287e65e710 (diff) | |
download | guix-d5019f9ca750aa2bd49048c5462d9eac220b0644.tar guix-d5019f9ca750aa2bd49048c5462d9eac220b0644.tar.gz |
gnu: php: Build with an older oniguruma.
* gnu/packages/textutils.scm (oniguruma-5): New public variable.
* gnu/packages/php.scm (php)[inputs]: Change ONIGURUMA to ONIGURUMA-5.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r-- | gnu/packages/php.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 90e6ab1c1c..1acab0de71 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -318,7 +318,7 @@ ("libxpm" ,libxpm) ("libxslt" ,libxslt) ("libx11" ,libx11) - ("oniguruma" ,oniguruma) + ("oniguruma" ,oniguruma-5) ("openldap" ,openldap) ("openssl" ,openssl) ("pcre" ,pcre) |