summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/disk.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index b429e40bd2..c19d94760c 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2015 Mathieu Lirzin <[email protected]>
;;; Copyright © 2015 Mark H Weaver <[email protected]>
;;; Copyright © 2016, 2018–2022 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2016, 2019-2021, 2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2019-2021, 2023, 2025 Efraim Flashner <[email protected]>
;;; Copyright © 2016, 2023 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2016 Roel Janssen <[email protected]>
;;; Copyright © 2016, 2017 Marius Bakke <[email protected]>
@@ -1249,6 +1249,9 @@ to create devices with respective mappings for the ATARAID sets discovered.")
(inputs
(append
(cons cryptsetup (libcryptsetup-propagated-inputs))
+ (if (supported-package? multipath-tools)
+ (list multipath-tools)
+ '())
(list bcache-tools
btrfs-progs
dosfstools
@@ -1264,7 +1267,6 @@ to create devices with respective mappings for the ATARAID sets discovered.")
libyaml
lvm2
mdadm
- multipath-tools
ndctl
nss
ntfs-3g