diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 17:18:24 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 17:48:25 +0100 |
| commit | 8394619baceb118df92e355377fd543bb1aa501a (patch) | |
| tree | 504f07c2a9f88596a305b59ef45f941062426a52 /gnu/packages/cryptsetup.scm | |
| parent | aca2defe0172868295941fd9f0e97886f6e9b2d4 (diff) | |
gnu: Simplify package inputs.
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
Diffstat (limited to 'gnu/packages/cryptsetup.scm')
| -rw-r--r-- | gnu/packages/cryptsetup.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index 49b82090f06..c8853dca309 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -55,14 +55,14 @@ | |||
| 55 | ;; GRUB 2.06 supports LUKS2, but does it reliably support all set-ups…? | 55 | ;; GRUB 2.06 supports LUKS2, but does it reliably support all set-ups…? |
| 56 | "--with-default-luks-format=LUKS1"))) | 56 | "--with-default-luks-format=LUKS1"))) |
| 57 | (native-inputs | 57 | (native-inputs |
| 58 | `(("pkg-config" ,pkg-config))) | 58 | (list pkg-config)) |
| 59 | (inputs | 59 | (inputs |
| 60 | `(("argon2" ,argon2) | 60 | (list argon2 |
| 61 | ("json-c" ,json-c) | 61 | json-c |
| 62 | ("libgcrypt" ,libgcrypt) | 62 | libgcrypt |
| 63 | ("lvm2" ,lvm2) ; device-mapper | 63 | lvm2 ; device-mapper |
| 64 | ("popt" ,popt) | 64 | popt |
| 65 | ("util-linux" ,util-linux "lib"))) ;libuuid | 65 | `(,util-linux "lib"))) ;libuuid |
| 66 | (synopsis "Set up transparent encryption of block devices using dm-crypt") | 66 | (synopsis "Set up transparent encryption of block devices using dm-crypt") |
| 67 | (description | 67 | (description |
| 68 | "Cryptsetup is a utility used to conveniently set up disk encryption based | 68 | "Cryptsetup is a utility used to conveniently set up disk encryption based |
