diff options
author | Andreas Enge <andreas@enge.fr> | 2013-02-05 23:41:38 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-02-05 23:41:38 +0100 |
commit | 10d1822b8e9ab2daba6ad38b4ef38454cfe86f89 (patch) | |
tree | aad6038866277ed2b22bceabc0692cf70c4e82ba /Makefile.am | |
parent | fcdb4e8f8d82243f7f3b97c342de5e7428c43445 (diff) | |
download | guix-10d1822b8e9ab2daba6ad38b4ef38454cfe86f89.tar guix-10d1822b8e9ab2daba6ad38b4ef38454cfe86f89.tar.gz |
gnu: Add PCRE (Perl Compatible Regular Expression).
* gnu/packages/pcre.scm: New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e603005ef4..8944b56018 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,6 +117,7 @@ MODULES = \ gnu/packages/oggvorbis.scm \ gnu/packages/openldap.scm \ gnu/packages/openssl.scm \ + gnu/packages/pcre.scm \ gnu/packages/pdf.scm \ gnu/packages/perl.scm \ gnu/packages/pkg-config.scm \ |