~ruther/guix-local

cc4c02e346a71ccef897e2d9f04fa2df2529a269 — Mathieu Othacehe 3 years ago 3c381af
gnu: guile-parted: Use the latest parted.

The Parted 3.5 regression discussed here: https://issues.guix.gnu.org/55549
has been fixed with 3c381af76a144a4dc3d0f9269f43ee2ec501b538.

* gnu/packages/guile-xyz.scm (guile-parted)[inputs]: Use the latest parted
package.
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/guile-xyz.scm
M gnu/packages/guile-xyz.scm => gnu/packages/guile-xyz.scm +1 -3
@@ 1409,9 1409,7 @@ microblogging service.")
     '(#:make-flags
       '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
    (inputs
     ;; 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))
     (list guile-3.0 parted))
    (propagated-inputs
     (list guile-bytestructures))
    (native-inputs