diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-01 17:21:05 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-02 01:06:31 +0200 |
commit | 742f2deaa385e45e08264c6e41f2929e87319f66 (patch) | |
tree | e1e79f5d5e036e03a5a0aec6191890b092be15e8 /gnu/packages/commencement.scm | |
parent | e27916274cd85df4a097fc16af1a6159e9d647b6 (diff) | |
download | gnu-guix-742f2deaa385e45e08264c6e41f2929e87319f66.tar gnu-guix-742f2deaa385e45e08264c6e41f2929e87319f66.tar.gz |
gnu: commencement: Remove outdated comment.
* gnu/packages/commencement.scm (bison-boot0): Remove bash comment, which is
no longer accurate.
Diffstat (limited to 'gnu/packages/commencement.scm')
-rw-r--r-- | gnu/packages/commencement.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 1db28498ff..8a0e1c3cb1 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -1710,8 +1710,6 @@ exec " gcc "/bin/" program (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... |