guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: commencement: Remove outdated comment.


From: guix-commits
Subject: 07/09: gnu: commencement: Remove outdated comment.
Date: Tue, 2 Jul 2019 12:17:43 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 742f2deaa385e45e08264c6e41f2929e87319f66
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 1 17:21:05 2019 +0200

    gnu: commencement: Remove outdated comment.
    
    * gnu/packages/commencement.scm (bison-boot0): Remove bash comment, which is
    no longer accurate.
---
 gnu/packages/commencement.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 1db2849..8a0e1c3 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...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]