mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Use cryptsetup-minimal instead of cryptsetup.
* gnu/packages/admin.scm (pam-mount)[inputs]: Use cryptsetup-minimal instead of cryptsetup. * gnu/packages/crypto.scm (tomb)[inputs]: Likewise. * gnu/packages/linux.scm (ecryptfs-utils)[inputs]: Likewise. * gnu/packages/password-utils.scm (bruteforce-luks)[inputs]: Likewise. * gnu/packages/storage.scm (ceph)[inputs]: Likewise. * gnu/packages/virtualization.scm (ganeti-instance-guix)[inputs]: Likewise. * gnu/packages/disk.scm (volume-key)[inputs]: Likewise. (libblockdev)[inputs]: Likewise. * gnu/packages/freedesktop.scm (udisks)[inputs]: Likewise. * gnu/system/install.scm (%installer-disk-utilities)[inputs]: Likewise. Change-Id: Ib48ae1b45f6c63edd620a932241f2aa57567a350
This commit is contained in:
parent
8c96567d3b
commit
d4f2e2ae37
8 changed files with 12 additions and 10 deletions
|
@ -5306,7 +5306,7 @@ tcpdump and snoop.")
|
|||
(list perl pkg-config))
|
||||
(inputs
|
||||
(append
|
||||
(cons cryptsetup (libcryptsetup-propagated-inputs))
|
||||
(cons cryptsetup-minimal (libcryptsetup-propagated-inputs))
|
||||
(list libhx
|
||||
libxml2
|
||||
linux-pam
|
||||
|
|
|
@ -514,7 +514,7 @@ total number of shares generated.")
|
|||
(inputs
|
||||
(list argon2
|
||||
bash-minimal
|
||||
cryptsetup
|
||||
cryptsetup-minimal
|
||||
e2fsprogs ; for mkfs.ext4
|
||||
gettext-minimal ; used at runtime
|
||||
gnupg
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2016, 2018–2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2016, 2019-2021, 2023, 2025 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2016, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
|
||||
;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2017 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||
|
@ -1183,7 +1183,7 @@ and its highly optimized now for efficient performance.")
|
|||
(list pkg-config swig python-3)) ; used to generate the Python bindings
|
||||
(inputs
|
||||
(append
|
||||
(cons cryptsetup (libcryptsetup-propagated-inputs))
|
||||
(cons cryptsetup-minimal (libcryptsetup-propagated-inputs))
|
||||
(cons lvm2 (libdevmapper-propagated-inputs))
|
||||
(list nss
|
||||
(list util-linux "lib")
|
||||
|
@ -1361,7 +1361,7 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
python-wrapper))
|
||||
(inputs
|
||||
(append
|
||||
(cons cryptsetup (libcryptsetup-propagated-inputs))
|
||||
(cons cryptsetup-minimal (libcryptsetup-propagated-inputs))
|
||||
(if (supported-package? multipath-tools)
|
||||
(list multipath-tools)
|
||||
'())
|
||||
|
|
|
@ -1977,7 +1977,7 @@ Analysis and Reporting Technology) functionality.")
|
|||
(inputs
|
||||
(list acl
|
||||
bash-minimal
|
||||
cryptsetup
|
||||
cryptsetup-minimal
|
||||
kmod
|
||||
libatasmart
|
||||
libblockdev
|
||||
|
|
|
@ -8017,7 +8017,7 @@ graphically visualizing a @file{perf.data} file.")
|
|||
pkg-config))
|
||||
(inputs
|
||||
(list coreutils
|
||||
cryptsetup
|
||||
cryptsetup-minimal
|
||||
findutils
|
||||
gawk
|
||||
grep
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||
;;; Copyright © 2023 Christian Miller <christian.miller@dadoes.de>
|
||||
;;; Copyright © 2024, 2025 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1840,7 +1841,7 @@ HTTP.")
|
|||
(native-inputs
|
||||
(list autoconf automake))
|
||||
(inputs
|
||||
(list cryptsetup))
|
||||
(list cryptsetup-minimal))
|
||||
(synopsis "LUKS encrypted volume cracker")
|
||||
(description
|
||||
"This is a cracker for LUKS encrypted volumes. It can be used either in
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
|
||||
;;; Copyright © 2022 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -240,7 +241,7 @@
|
|||
bash-minimal
|
||||
boost
|
||||
curl
|
||||
cryptsetup
|
||||
cryptsetup-minimal
|
||||
eudev
|
||||
expat
|
||||
fcgi
|
||||
|
|
|
@ -1128,7 +1128,7 @@ commodity hardware.")
|
|||
(list autoconf automake jq))
|
||||
(inputs
|
||||
(list btrfs-progs
|
||||
cryptsetup
|
||||
cryptsetup-minimal
|
||||
e2fsprogs
|
||||
f2fs-tools
|
||||
lvm2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue