~ruther/guix-local

ab4a1731d860690ec9b10f918d0370721065a66e — Christopher Allan Webber 9 years ago c5793e7
gnu: guile-8sync: Add #t at end of setenv phase.

* gnu/packages/guile.scm: Add #t at end of setenv phase.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/guile.scm
M gnu/packages/guile.scm => gnu/packages/guile.scm +2 -1
@@ 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