[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: guile-parted: Depend on Parted 3.4.
From: |
guix-commits |
Subject: |
07/07: gnu: guile-parted: Depend on Parted 3.4. |
Date: |
Sun, 22 May 2022 15:59:06 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 81f7bb1691dc9dc69fc6e584ad8c6e36e495c103
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun May 22 21:55:18 2022 +0200
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'.
---
gnu/packages/guile-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 15d4b099f5..2c18fc138c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -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
- branch master updated (f0e9048e98 -> 81f7bb1691), guix-commits, 2022/05/22
- 04/07: marionette: Add #:address parameter to 'wait-for-tcp-port'., guix-commits, 2022/05/22
- 03/07: gnu: shepherd: Update to 0.9.1., guix-commits, 2022/05/22
- 05/07: services: openssh: Listen on both IPv4 and IPv6., guix-commits, 2022/05/22
- 06/07: gnu: parted: Reintroduce version 3.4., guix-commits, 2022/05/22
- 01/07: gnu: guile-fibers@1.1: Update to c25dcb9., guix-commits, 2022/05/22
- 02/07: gnu: guile-fibers: Add 'upstream-name' property., guix-commits, 2022/05/22
- 07/07: gnu: guile-parted: Depend on Parted 3.4.,
guix-commits <=