guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: libstdc++: Return #t from chdir phase.


From: Mark H. Weaver
Subject: 05/06: gnu: libstdc++: Return #t from chdir phase.
Date: Fri, 16 Mar 2018 09:09:35 -0400 (EDT)

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

commit eb8ea3814107115f77cff34a80bd748f59fa544c
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 16 08:59:55 2018 -0400

    gnu: libstdc++: Return #t from chdir phase.
    
    * gnu/packages/gcc.scm (make-libstdc++)[arguments]: Return #t from chdir
    phase.
---
 gnu/packages/gcc.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 2aa6970..27f4b04 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -521,7 +521,8 @@ using compilers other than GCC."
        #:phases (alist-cons-before
                  'configure 'chdir
                  (lambda _
-                   (chdir "libstdc++-v3"))
+                   (chdir "libstdc++-v3")
+                   #t)
                  %standard-phases)
        #:configure-flags `("--disable-libstdcxx-pch"
                            ,(string-append "--with-gxx-include-dir="



reply via email to

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