guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Mathieu Othacehe
Date: Thu, 11 Mar 2021 13:32:02 -0500 (EST)

branch: master
commit 69778d1bcd5d67a0425eae98acf8f7c17e666816
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Mar 11 17:37:13 2021 +0100

    Fix notification thread start.
---
 bin/cuirass.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/cuirass.in b/bin/cuirass.in
index 65c8f98..d3a5ab4 100644
--- a/bin/cuirass.in
+++ b/bin/cuirass.in
@@ -145,7 +145,8 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" 
"$@"
           (run-fibers
            (lambda ()
              (with-database
-                 (start-notification-thread)
+                 (parameterize (((@@ (fibers internal) current-fiber) #f))
+                   (start-notification-thread))
                  (and specfile
                       (for-each db-add-specification
                                 (read-specifications specfile)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]