mhw pushed a commit to branch core-updates
in repository guix.
commit ab6e5690af614ea2c676d7f05619a247f3cfd766
Author: Mark H Weaver <[email protected]>
Date: Thu Mar 22 23:43:56 2018 -0400
gnu: glibc/linux: Return #t from pre-configure phase.
* gnu/packages/base.scm (glibc/linux)[arguments]: Return #t from the
pre-configure phase.
---
gnu/packages/base.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 24845f9..275d109 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -691,7 +691,9 @@ store.")
;; "bilingual" eval/exec magic at the top of the file.
"")
(("exec @PERL@")
- "exec perl")))))
+ "exec perl"))
+
+ #t)))
(add-after 'install 'move-static-libs
(lambda* (#:key outputs #:allow-other-keys)