diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-22 18:22:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-22 18:22:48 +0100 |
commit | e2b2c46693896bfc715afa2ff6f5f34ba73158aa (patch) | |
tree | 03ecc20b932f5a345907bbd17350d16ebb9ec386 /Makefile.am | |
parent | cf153fc4726c616f5c5608797f02bb71b573140b (diff) | |
download | guix-e2b2c46693896bfc715afa2ff6f5f34ba73158aa.tar guix-e2b2c46693896bfc715afa2ff6f5f34ba73158aa.tar.gz |
distro: Add Flex.
* distro/packages/flex.scm,
distro/packages/patches/flex-bison-tests.patch: New files.
* Makefile.am (MODULES): Add `flex.scm'.
(dist_patch_DATA): Add `flex-bison-tests.patch'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e1dec5340d..a7a30abba3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ MODULES = \ distro/packages/bootstrap.scm \ distro/packages/compression.scm \ distro/packages/ed.scm \ + distro/packages/flex.scm \ distro/packages/gawk.scm \ distro/packages/gdbm.scm \ distro/packages/gnupg.scm \ @@ -84,6 +85,7 @@ patchdir = $(pkgdatadir)/patches dist_patch_DATA = \ distro/packages/patches/binutils-ld-new-dtags.patch \ distro/packages/patches/diffutils-gets-undeclared.patch \ + distro/packages/patches/flex-bison-tests.patch \ distro/packages/patches/glibc-no-ld-so-cache.patch \ distro/packages/patches/guile-1.8-cpp-4.5.patch \ distro/packages/patches/guile-default-utf8.patch \ |