Revert "Reapply "gnu: shepherd-1.0: Use latest guile-fibers.""

This reverts commit 3c2c910f58. Guile-fibers 1.4
reportedly does not build successfully on aarch64 and other
architectures (see: <https://codeberg.org/guix/guix/issues/2474>).
This commit is contained in:
Maxim Cournoyer 2025-09-18 09:02:56 +09:00
parent d0d87a744d
commit 22613ce2a0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -601,13 +601,8 @@ interface and is based on GNU Guile.")
"/bin/gzip")
(string-append "--with-zstd=" #$(this-package-input "zstd")
"/bin/zstd")))))
(native-inputs
(modify-inputs (package-native-inputs shepherd-0.10)
(replace "guile-fibers" guile-fibers))) ;use latest guile-fibers available
(inputs
(modify-inputs (package-inputs shepherd-0.10)
(replace "guile-fibers" guile-fibers) ;use latest guile-fibers available
(append gzip zstd)))))
(inputs (modify-inputs (package-inputs shepherd-0.10)
(append gzip zstd)))))
(define-public shepherd shepherd-0.10)