all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: Add bison-2.7
@ 2014-08-26 19:04 john
  2014-08-26 19:04 ` [PATCH 2/2] gnu: Add perl-zip john
  2014-08-26 19:58 ` [PATCH 1/2] gnu: Add bison-2.7 Andreas Enge
  0 siblings, 2 replies; 5+ messages in thread
From: john @ 2014-08-26 19:04 UTC (permalink / raw)
  To: guix-devel; +Cc: John Darrington

From: John Darrington <jmd@gnu.org>

* gnu/packages/bison.scm (bison-2.7): New variable.
  Bison 3.x and 2.x are incompatible.  Some programs require 2.x
---
 gnu/packages/bison.scm |   13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index 4067b23..76aa88f 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -51,3 +51,16 @@ 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"))))))
+
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-28 15:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 19:04 [PATCH 1/2] gnu: Add bison-2.7 john
2014-08-26 19:04 ` [PATCH 2/2] gnu: Add perl-zip john
2014-08-26 20:00   ` Andreas Enge
2014-08-26 19:58 ` [PATCH 1/2] gnu: Add bison-2.7 Andreas Enge
2014-08-28 15:39   ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.