guix-commits
[Top][All Lists]
Advanced

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

01/01: bootstrap: bison-boot0: Oops, typo.


From: Jan Nieuwenhuizen
Subject: 01/01: bootstrap: bison-boot0: Oops, typo.
Date: Tue, 18 Sep 2018 17:19:18 -0400 (EDT)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit cd1e333f38b1986cc7579d24b92b65f4e64b5061
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Tue Sep 18 23:18:40 2018 +0200

    bootstrap: bison-boot0: Oops, typo.
    
    * gnu/packages/commencement.scm (bison-boot0): Oops, typo.
---
 gnu/packages/commencement.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 98835af..12619b1 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1896,17 +1896,16 @@ exec " gcc "/bin/" program
                   (propagated-inputs `(("m4" ,m4)))
                   (inputs '())                    ;remove Flex...
                   (arguments
-                   '(#:tests? #f                  ;... and thus disable tests
+                   `(#:tests? #f                  ;... and thus disable tests
 
                      ;; Zero timestamps in liby.a; this must be done
                      ;; explicitly here because the bootstrap Binutils don't
                      ;; do that (default is "cru".)
-                     #:make-flags '("ARFLAGS=crD"
+                     #:make-flags `("ARFLAGS=crD"
                                     ,,(match (%current-system)
                                       ;; ranlib: '-D': No such file
                                       ("i686-linux" "RANLIB=ranlib")
                                       (_ "RANLIB=ranlib -D"))
-                                    "RANLIB=ranlib -D"
                                     "V=1"))))))
     (package
       (inherit (package-with-bootstrap-guile



reply via email to

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