mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 16:45:58 +02: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:
committed by
Andreas Enge
parent
8c96567d3b
commit
d4f2e2ae37
@@ -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)
|
||||
'())
|
||||
|
||||
Reference in New Issue
Block a user