me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/commencement.scm (bison-boot0)[name]: New field.
master
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
1 changed files with 1 additions and 2 deletions

View File

@ -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...