mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove bison-3.0.
* gnu/packages/bison.scm (bison-3.0): Remove variable. Fixes: guix/guix#4890 Change-Id: I5c91be30d5b3acb878de811a8aa38bb9baf46583 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
f3a5b26f75
commit
520cd9c146
1 changed files with 0 additions and 13 deletions
|
|
@ -73,16 +73,3 @@ simple tools through complex programming languages.
|
|||
|
||||
Bison also provides an implementation of @command{yacc}, as specified by POSIX.")
|
||||
(license gpl3+)))
|
||||
|
||||
(define-public bison-3.0
|
||||
(package
|
||||
(inherit bison)
|
||||
(version "3.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/bison/bison-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f7kjygrckkx8vas2nm673592jif0a9mw5g8207f6hj6h4pfyp07"))))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue