summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-13 21:43:30 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-13 21:43:30 +0100
commit2e659827253d1d58176437ec37cbcee804130c56 (patch)
tree651c4548139ad736f9dd9c9ea60fb66a3047c38d /Makefile.am
parentc6eac7616c3356ebf8e2207152cd9687bffc4147 (diff)
downloadguix-patches-2e659827253d1d58176437ec37cbcee804130c56.tar
guix-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.am1
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 \