gnu: commencement: Remove outdated comment.

* gnu/packages/commencement.scm (bison-boot0): Remove bash comment, which is
no longer accurate.
This commit is contained in:
Marius Bakke 2019-07-01 17:21:05 +02:00
parent e27916274c
commit 742f2deaa3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1710,8 +1710,6 @@ (define m4-boot0
(define bison-boot0
;; This Bison is needed to build MiG so we need it early in the process.
;; It is also needed to rebuild Bash's parser, which is modified by
;; its CVE patches. Remove it when it's no longer needed.
(let* ((bison (package (inherit bison)
(propagated-inputs `(("m4" ,m4)))
(inputs '()) ;remove Flex...