mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: bison-boot0: Set name to "bison-boot0".
* gnu/packages/commencement.scm (bison-boot0)[name]: New field.
This commit is contained in:
parent
57bc2dcf0b
commit
e5c1f5cfdf
1 changed files with 1 additions and 2 deletions
|
@ -1721,8 +1721,7 @@ exec " gcc "/bin/" program
|
||||||
;; Recent versions of Linux-Libre headers also depend on this.
|
;; Recent versions of Linux-Libre headers also depend on this.
|
||||||
(package
|
(package
|
||||||
(inherit bison)
|
(inherit bison)
|
||||||
;; TODO: On the next build cycle, do:
|
(name "bison-boot0")
|
||||||
;;(name "bison-boot0")
|
|
||||||
(propagated-inputs `(("m4" ,m4-boot0)))
|
(propagated-inputs `(("m4" ,m4-boot0)))
|
||||||
(native-inputs `(("perl" ,perl-boot0)))
|
(native-inputs `(("perl" ,perl-boot0)))
|
||||||
(inputs (%boot0-inputs)) ;remove Flex...
|
(inputs (%boot0-inputs)) ;remove Flex...
|
||||||
|
|
Loading…
Add table
Reference in a new issue