[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: guile-8sync: Add #t at end of setenv phase.
From: |
Christopher Allan Webber |
Subject: |
01/01: gnu: guile-8sync: Add #t at end of setenv phase. |
Date: |
Mon, 9 Jan 2017 15:51:15 +0000 (UTC) |
cwebber pushed a commit to branch master
in repository guix.
commit ab4a1731d860690ec9b10f918d0370721065a66e
Author: Christopher Allan Webber <address@hidden>
Date: Mon Jan 9 09:51:00 2017 -0600
gnu: guile-8sync: Add #t at end of setenv phase.
* gnu/packages/guile.scm: Add #t at end of setenv phase.
---
gnu/packages/guile.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index bb7aba3..7ce6683 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -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