gnu: guile-parted: Depend on Parted 3.4.
Fixes <https://issues.guix.gnu.org/55549>. * gnu/packages/guile-xyz.scm (guile-parted)[inputs]: Replace 'parted' by 'parted-3.4'.master
parent
1151ad7cad
commit
81f7bb1691
|
@ -1445,7 +1445,9 @@ microblogging service.")
|
|||
'(#:make-flags
|
||||
'("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
|
||||
(inputs
|
||||
(list guile-3.0 parted))
|
||||
;; XXX: Use Parted 3.4 to work around issues when using 3.5 in the Guix
|
||||
;; System installer: <https://issues.guix.gnu.org/55549>.
|
||||
(list guile-3.0 parted-3.4))
|
||||
(propagated-inputs
|
||||
(list guile-bytestructures))
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue