diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-09-04 20:23:02 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-09-05 00:21:41 +0200 |
commit | 5ec7c4a153f2d620d1d58923afefe80ca48d8ede (patch) | |
tree | df388a4745e765cf037bebe4751fa625cf34956f /gnu/packages/php.scm | |
parent | 5ceac3f42b41067c8de994b0bd16560129279a18 (diff) | |
download | gnu-guix-5ec7c4a153f2d620d1d58923afefe80ca48d8ede.tar gnu-guix-5ec7c4a153f2d620d1d58923afefe80ca48d8ede.tar.gz |
gnu: php: Build against Oniguruma 6.
* gnu/packages/php.scm (php)[inputs]: Change ONIGURUMA-5 to ONIGURUMA.
* gnu/packages/textutils.scm (oniguruma-5): Remove variable.
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 497989b781..ca7f0ee892 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -364,7 +364,7 @@ ("libxpm" ,libxpm) ("libxslt" ,libxslt) ("libx11" ,libx11) - ("oniguruma" ,oniguruma-5) + ("oniguruma" ,oniguruma) ("openldap" ,openldap) ("openssl" ,openssl) ("pcre" ,pcre2) |