diff options
author | Andreas Enge <andreas@enge.fr> | 2013-05-08 16:35:34 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-05-08 16:36:10 +0200 |
commit | e3c5f2934a17f2ff90048b1498918e1aea3ee51e (patch) | |
tree | f9311a35451fad5e76326377f179e421dc0ae947 /Makefile.am | |
parent | 88226a504f272e7f50401a08f94fab1add0bef76 (diff) | |
download | gnu-guix-e3c5f2934a17f2ff90048b1498918e1aea3ee51e.tar gnu-guix-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.am | 1 |
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 \ |