diff options
author | Nikita Karetnikov <nikita@karetnikov.org> | 2012-11-25 03:14:01 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-25 16:08:10 +0100 |
commit | 7f40d97d88271e8a66eeb7d4739e09937353e8db (patch) | |
tree | 1abf9e384f0c7748bccc365261f1127cbbe805c6 /Makefile.am | |
parent | c80e7e55b37575baa310b1c5e6ed10903904b8d6 (diff) |
distro: Add GNU Nano.
* distro/packages/nano.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 a974f414b1..c37fcf6c8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,6 +67,7 @@ MODULES = \ distro/packages/m4.scm \ distro/packages/make-bootstrap.scm \ distro/packages/multiprecision.scm \ + distro/packages/nano.scm \ distro/packages/ncurses.scm \ distro/packages/nettle.scm \ distro/packages/perl.scm \ |