gnu: guile-parted: Use the latest parted.
The Parted 3.5 regression discussed here: https://issues.guix.gnu.org/55549
has been fixed with 3c381af76a
.
* gnu/packages/guile-xyz.scm (guile-parted)[inputs]: Use the latest parted
package.
This commit is contained in:
parent
3c381af76a
commit
cc4c02e346
1 changed files with 1 additions and 3 deletions
|
@ -1409,9 +1409,7 @@ microblogging service.")
|
||||||
'(#:make-flags
|
'(#:make-flags
|
||||||
'("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
|
'("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
|
||||||
(inputs
|
(inputs
|
||||||
;; XXX: Use Parted 3.4 to work around issues when using 3.5 in the Guix
|
(list guile-3.0 parted))
|
||||||
;; System installer: <https://issues.guix.gnu.org/55549>.
|
|
||||||
(list guile-3.0 parted-3.4))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list guile-bytestructures))
|
(list guile-bytestructures))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue