diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-12-17 15:15:53 -0300 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:25:30 +0100 |
| commit | ac3ddab6a44a4b0d444d30a05fff239ea2fc7464 (patch) | |
| tree | b59f2e69ce986b99382398699d99f14ab9d452b6 /gnu | |
| parent | 9aece7afd841487e56497859667bcdf9567f7677 (diff) | |
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>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bison.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm index feca074304..87d1d43081 100644 --- a/gnu/packages/bison.scm +++ b/gnu/packages/bison.scm @@ -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")))))) |
