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
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user