diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-06-24 23:54:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-24 23:55:28 +0200 |
commit | 74c8b174e8015de753ba5cab44f76f944e6fd4ba (patch) | |
tree | 6138bad97ff00da27f56a1585e0e70ef13ed1408 /gnu/packages/databases.scm | |
parent | 875715cabfeb7816cea16269cfbdbad08442a73e (diff) | |
download | guix-74c8b174e8015de753ba5cab44f76f944e6fd4ba.tar guix-74c8b174e8015de753ba5cab44f76f944e6fd4ba.tar.gz |
gnu: Adjust to PCRE split.
This is a followup to commit 6d49ca3bad613700b539c30272e164207455735b.
* gnu/packages/databases.scm (4store)[inputs]: Remove PCRE.
[native-inputs]: Add PCRE:bin.
* gnu/packages/web.scm (httpd): Likewise.
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r-- | gnu/packages/databases.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 8a902546fc..4f2f211fb3 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -86,6 +86,7 @@ ("automake" ,automake) ("gettext" ,gnu-gettext) ("libtool" ,libtool) + ("pcre" ,pcre "bin") ;for 'pcre-config' ("pkg-config" ,pkg-config))) (inputs `(("glib" ,glib) @@ -94,7 +95,6 @@ ("raptor2" ,raptor2) ("readline" ,readline) ("avahi" ,avahi) - ("pcre" ,pcre) ("cyrus-sasl" ,cyrus-sasl) ("openssl" ,openssl) ("util-linux" ,util-linux))) |