guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: Remove address@hidden


From: Marius Bakke
Subject: 09/10: gnu: Remove address@hidden
Date: Sat, 25 Aug 2018 10:30:54 -0400 (EDT)

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

commit cf59c62853c079938f3e415a2fb0c5821df7c607
Author: Marius Bakke <address@hidden>
Date:   Sat Aug 25 15:37:35 2018 +0200

    gnu: Remove address@hidden
    
    * gnu/packages/bison.scm (bison-2.7): Remove variable.
---
 gnu/packages/bison.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index 3e47a2a..71de477 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"))))))



reply via email to

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