gnu: commencement: Remove outdated comment.
* gnu/packages/commencement.scm (bison-boot0): Remove bash comment, which is no longer accurate.
This commit is contained in:
parent
e27916274c
commit
742f2deaa3
|
@ -1710,8 +1710,6 @@ exec " gcc "/bin/" program
|
||||||
|
|
||||||
(define bison-boot0
|
(define bison-boot0
|
||||||
;; This Bison is needed to build MiG so we need it early in the process.
|
;; 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)
|
(let* ((bison (package (inherit bison)
|
||||||
(propagated-inputs `(("m4" ,m4)))
|
(propagated-inputs `(("m4" ,m4)))
|
||||||
(inputs '()) ;remove Flex...
|
(inputs '()) ;remove Flex...
|
||||||
|
|
Loading…
Reference in New Issue