gnu: guile-8sync: Add #t at end of setenv phase.
* gnu/packages/guile.scm: Add #t at end of setenv phase.
This commit is contained in:
parent
c5793e7eb7
commit
ab4a1731d8
1 changed files with 2 additions and 1 deletions
|
@ -1559,7 +1559,8 @@ and then run @command{scm example.scm}.")
|
||||||
(add-before 'configure 'setenv
|
(add-before 'configure 'setenv
|
||||||
(lambda _
|
(lambda _
|
||||||
;; quiet warnings
|
;; quiet warnings
|
||||||
(setenv "GUILE_AUTO_COMPILE" "0"))))))
|
(setenv "GUILE_AUTO_COMPILE" "0")
|
||||||
|
#t)))))
|
||||||
(home-page "https://gnu.org/s/8sync/")
|
(home-page "https://gnu.org/s/8sync/")
|
||||||
(synopsis "Asynchronous actor model library for Guile")
|
(synopsis "Asynchronous actor model library for Guile")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue