diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-25 15:37:35 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-25 16:23:37 +0200 |
commit | cf59c62853c079938f3e415a2fb0c5821df7c607 (patch) | |
tree | 05b1634b1515efa1b62b40fa39992b270574d3ba /gnu/packages/bison.scm | |
parent | 34f4c214b63c46ee609bbaa15b063e20bc739ce3 (diff) | |
download | guix-cf59c62853c079938f3e415a2fb0c5821df7c607.tar guix-cf59c62853c079938f3e415a2fb0c5821df7c607.tar.gz |
gnu: Remove bison@2.7.
* gnu/packages/bison.scm (bison-2.7): Remove variable.
Diffstat (limited to 'gnu/packages/bison.scm')
-rw-r--r-- | gnu/packages/bison.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm index 3e47a2a1b2..71de47762d 100644 --- a/gnu/packages/bison.scm +++ b/gnu/packages/bison.scm @@ -53,15 +53,3 @@ deterministic or generalized LR parser from an annotated, context-free grammar. It is versatile enough to have many applications, from parsers for simple tools through complex programming languages.") (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")))))) |