diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-05-22 21:55:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-22 21:56:40 +0200 |
commit | 81f7bb1691dc9dc69fc6e584ad8c6e36e495c103 (patch) | |
tree | 025b74eb1a2d04ee92a84ecc24744607e9a2786b | |
parent | gnu: parted: Reintroduce version 3.4. (diff) | |
download | guix-81f7bb1691dc9dc69fc6e584ad8c6e36e495c103.tar.gz guix-81f7bb1691dc9dc69fc6e584ad8c6e36e495c103.tar.bz2 guix-81f7bb1691dc9dc69fc6e584ad8c6e36e495c103.tar.xz |
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'.
-rw-r--r-- | gnu/packages/guile-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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.") | |||
1445 | '(#:make-flags | 1445 | '(#:make-flags |
1446 | '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings | 1446 | '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings |
1447 | (inputs | 1447 | (inputs |
1448 | (list guile-3.0 parted)) | 1448 | ;; XXX: Use Parted 3.4 to work around issues when using 3.5 in the Guix |
1449 | ;; System installer: <https://issues.guix.gnu.org/55549>. | ||
1450 | (list guile-3.0 parted-3.4)) | ||
1449 | (propagated-inputs | 1451 | (propagated-inputs |
1450 | (list guile-bytestructures)) | 1452 | (list guile-bytestructures)) |
1451 | (native-inputs | 1453 | (native-inputs |