guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: bison-boot0: Set name to "bison-boot0".


From: guix-commits
Subject: 02/04: gnu: bison-boot0: Set name to "bison-boot0".
Date: Mon, 14 Oct 2019 09:46:43 -0400 (EDT)

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

commit e5c1f5cfdfe0ba4c0893779e7c5103edb6843465
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 14 15:38:23 2019 +0200

    gnu: bison-boot0: Set name to "bison-boot0".
    
    * gnu/packages/commencement.scm (bison-boot0)[name]: New field.
---
 gnu/packages/commencement.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 0b01d4f..1e30027 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1721,8 +1721,7 @@ exec " gcc "/bin/" program
   ;; Recent versions of Linux-Libre headers also depend on this.
   (package
     (inherit bison)
-    ;; TODO: On the next build cycle, do:
-    ;;(name "bison-boot0")
+    (name "bison-boot0")
     (propagated-inputs `(("m4" ,m4-boot0)))
     (native-inputs `(("perl" ,perl-boot0)))
     (inputs (%boot0-inputs))                      ;remove Flex...



reply via email to

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