summaryrefslogtreecommitdiff
path: root/gnu/packages/cryptsetup.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/cryptsetup.scm')
-rw-r--r--gnu/packages/cryptsetup.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index 8645e9e04a9..c362a63b8b1 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -44,9 +44,10 @@
44 (inputs 44 (inputs
45 `(("libgcrypt" ,libgcrypt) 45 `(("libgcrypt" ,libgcrypt)
46 ("lvm2" ,lvm2) 46 ("lvm2" ,lvm2)
47 ("popt" ,popt) 47 ("util-linux" ,util-linux)
48 ("python" ,python-wrapper) 48 ("popt" ,popt)))
49 ("util-linux" ,util-linux))) 49 (native-inputs
50 `(("python" ,python-wrapper)))
50 (synopsis "hard disk encryption tool") 51 (synopsis "hard disk encryption tool")
51 (description 52 (description
52 "LUKS (Linux Unified Key Setup)/Cryptsetup provides a standard on-disk 53 "LUKS (Linux Unified Key Setup)/Cryptsetup provides a standard on-disk