mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Remove bison@2.7.
* gnu/packages/bison.scm (bison-2.7): Remove variable.
This commit is contained in:
parent
34f4c214b6
commit
cf59c62853
1 changed files with 0 additions and 12 deletions
|
@ -53,15 +53,3 @@ (define-public bison
|
||||||
grammar. It is versatile enough to have many applications, from parsers for
|
grammar. It is versatile enough to have many applications, from parsers for
|
||||||
simple tools through complex programming languages.")
|
simple tools through complex programming languages.")
|
||||||
(license gpl3+)))
|
(license gpl3+)))
|
||||||
|
|
||||||
(define-public bison-2.7
|
|
||||||
(package (inherit bison)
|
|
||||||
(version "2.7")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://gnu/bison/bison-"
|
|
||||||
version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1zd77ilmpv5mi3kr55jrj6ncqlcnyhpianhrwzak2q28cv2cbn23"))))))
|
|
||||||
|
|
Loading…
Reference in a new issue