diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-13 21:43:30 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-13 21:43:30 +0100 |
commit | 2e659827253d1d58176437ec37cbcee804130c56 (patch) | |
tree | 651c4548139ad736f9dd9c9ea60fb66a3047c38d /Makefile.am | |
parent | c6eac7616c3356ebf8e2207152cd9687bffc4147 (diff) | |
download | patches-2e659827253d1d58176437ec37cbcee804130c56.tar patches-2e659827253d1d58176437ec37cbcee804130c56.tar.gz |
distro: Add GNU Nettle.
* distro/packages/nettle.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 d48f5dc870..3b2521a4f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,7 @@ MODULES = \ distro/packages/make-bootstrap.scm \ distro/packages/multiprecision.scm \ distro/packages/ncurses.scm \ + distro/packages/nettle.scm \ distro/packages/perl.scm \ distro/packages/pkg-config.scm \ distro/packages/pth.scm \ |