gnu: bison-boot0: Set name to "bison-boot0".

* gnu/packages/commencement.scm (bison-boot0)[name]: New field.
This commit is contained in:
Ludovic Courtès 2019-10-14 15:38:23 +02:00
parent 57bc2dcf0b
commit e5c1f5cfdf
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1721,8 +1721,7 @@ (define bison-boot0
;; 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...