This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d4ee55ee19 Revert "gnu: shepherd-1.0: Use latest guile-fibers."
d4ee55ee19 is described below

commit d4ee55ee19c0ded199b815e36b20232bb76fe41e
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Sep 10 22:25:25 2025 +0900

    Revert "gnu: shepherd-1.0: Use latest guile-fibers."
    
    This reverts commit 2ba475d37aade4f551d39f65faef8b9c597f1cf9.  Fibers 1.4.0
    introduces a new bug, which uses 100% of a CPU core.  Reported in
    <https://codeberg.org/shepherd/shepherd/issues/1>.
---
 gnu/packages/admin.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c70fa7282c..220d254cb8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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)
 

Reply via email to