[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: guile-parted: Use the latest parted.
From: |
guix-commits |
Subject: |
03/03: gnu: guile-parted: Use the latest parted. |
Date: |
Fri, 5 Aug 2022 02:57:45 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit cc4c02e346a71ccef897e2d9f04fa2df2529a269
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Aug 5 08:55:44 2022 +0200
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.
---
gnu/packages/guile-xyz.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index dd28e38a20..3b74540a20 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -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