me
/
guix
Archived
1
0
Fork 0

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'.
master
Ludovic Courtès 2022-05-22 21:55:18 +02:00
parent 1151ad7cad
commit 81f7bb1691
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

@ -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