summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-05-08 16:35:34 +0200
committerAndreas Enge <andreas@enge.fr>2013-05-08 16:36:10 +0200
commite3c5f2934a17f2ff90048b1498918e1aea3ee51e (patch)
treef9311a35451fad5e76326377f179e421dc0ae947 /Makefile.am
parent88226a504f272e7f50401a08f94fab1add0bef76 (diff)
downloadguix-patches-e3c5f2934a17f2ff90048b1498918e1aea3ee51e.tar
guix-patches-e3c5f2934a17f2ff90048b1498918e1aea3ee51e.tar.gz
gnu: Add cryptsetup.
* gnu/packages/cryptsetup.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 8037e1d35d..00987c7c63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,6 +82,7 @@ MODULES = \
gnu/packages/cpio.scm \
gnu/packages/cppi.scm \
gnu/packages/cross-base.scm \
+ gnu/packages/cryptsetup.scm \
gnu/packages/curl.scm \
gnu/packages/cyrus-sasl.scm \
gnu/packages/dejagnu.scm \