diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-07 21:30:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-07 21:30:45 +0100 |
commit | 708d0ceb5067f81301d0f584142bfa733fbf0ff1 (patch) | |
tree | feb6d93b7ed4d70cdee136754e6f7084ac75f477 /Makefile.am | |
parent | 4e6b699d50b7c7b499a951182d0d8458182bb79e (diff) | |
download | gnu-guix-708d0ceb5067f81301d0f584142bfa733fbf0ff1.tar gnu-guix-708d0ceb5067f81301d0f584142bfa733fbf0ff1.tar.gz |
distro: Add GNU Aspell.
* distro/packages/aspell.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 faa237593d..5745237454 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ MODULES = \ distro.scm \ distro/packages/acl.scm \ distro/packages/algebra.scm \ + distro/packages/aspell.scm \ distro/packages/attr.scm \ distro/packages/autotools.scm \ distro/packages/base.scm \ |