Skip to content
Snippets Groups Projects
Unverified Commit 69778d1b authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

Fix notification thread start.

parent e3c95014
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment