summary refs log tree commit diff
path: root/gnu/packages/commencement.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-10-14 15:38:23 +0200
committerLudovic Courtès <ludo@gnu.org>2019-10-14 15:38:23 +0200
commite5c1f5cfdfe0ba4c0893779e7c5103edb6843465 (patch)
tree9d5b21a2ead1ec0028ef9b5063c349f5d4c3a75b /gnu/packages/commencement.scm
parent57bc2dcf0bfa300dcdc52d64a201e435c4e65a2c (diff)
downloadguix-e5c1f5cfdfe0ba4c0893779e7c5103edb6843465.tar.gz
gnu: bison-boot0: Set name to "bison-boot0".
* gnu/packages/commencement.scm (bison-boot0)[name]: New field.
Diffstat (limited to 'gnu/packages/commencement.scm')
-rw-r--r--gnu/packages/commencement.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 0b01d4f307..1e30027c49 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...