guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/66: gnu: glibc/linux: Return #t from pre-configure phase.


From: Mark H. Weaver
Subject: 01/66: gnu: glibc/linux: Return #t from pre-configure phase.
Date: Fri, 23 Mar 2018 04:46:37 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit ab6e5690af614ea2c676d7f05619a247f3cfd766
Author: Mark H Weaver <address@hidden>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]