diff options
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r-- | gnu/packages/disk.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index c47226c453..965b82ca34 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -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) '()) |