diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-13 15:37:32 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-13 16:34:41 +0100 |
commit | a661e420250ed063c79296a214f4f2298dc11a7f (patch) | |
tree | 67d488cf093d68a9fb960195ba8abd8c894edc54 /Makefile.am | |
parent | d5529a9162be82df2a9d8f7fecd5b0c6916c2c9e (diff) | |
download | gnu-guix-a661e420250ed063c79296a214f4f2298dc11a7f.tar gnu-guix-a661e420250ed063c79296a214f4f2298dc11a7f.tar.gz |
distro: Add GNU Mailutils.
* distro/packages/mailutils.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 eee6139f25..dd08050641 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,6 +85,7 @@ MODULES = \ distro/packages/lout.scm \ distro/packages/lsh.scm \ distro/packages/m4.scm \ + distro/packages/mailutils.scm \ distro/packages/make-bootstrap.scm \ distro/packages/mit-krb5.scm \ distro/packages/multiprecision.scm \ |