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:
Christopher Allan Webber 2017-01-09 09:51:00 -06:00
parent c5793e7eb7
commit ab4a1731d8
No known key found for this signature in database
GPG Key ID: 4BC025925FF8F4D3
1 changed files with 2 additions and 1 deletions

View File

@ -1559,7 +1559,8 @@ and then run @command{scm example.scm}.")
(add-before 'configure 'setenv
(lambda _
;; quiet warnings
(setenv "GUILE_AUTO_COMPILE" "0"))))))
(setenv "GUILE_AUTO_COMPILE" "0")
#t)))))
(home-page "https://gnu.org/s/8sync/")
(synopsis "Asynchronous actor model library for Guile")
(description