all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Jan Nieuwenhuizen <janneke@gnu.org>
Cc: Matt Wette <matt.wette@gmail.com>, 26921-done@debbugs.gnu.org
Subject: bug#26921: [PATCH] gnu: Add Nyacc.
Date: Sun, 14 May 2017 15:47:18 +0200	[thread overview]
Message-ID: <8760h3v9cp.fsf@gnu.org> (raw)
In-Reply-To: <87mvafiv4d.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Sun, 14 May 2017 12:35:30 +0200")

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

Hello!

Jan Nieuwenhuizen <janneke@gnu.org> skribis:

> From 5fd06907655cdf11859bc3281333e3f4512b50fc Mon Sep 17 00:00:00 2001
> From: Jan Nieuwenhuizen <janneke@gnu.org>
> Date: Sun, 14 May 2017 11:35:05 +0200
> Subject: [PATCH] gnu: Add Nyacc.
>
> * gnu/packages/mes.scm (nyacc): New variable.

Awesome!  I committed it with the changes below.

It would be nice if “make install” would install the Info manuals too.

Thank you!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1294 bytes --]

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index f14d58d5a..84d6f8ff7 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -37,18 +37,19 @@
     (version "0.78.3")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://download.savannah.gnu.org/releases/nyacc/"
+              (uri (string-append "mirror://savannah/nyacc/"
                                   name "-" version ".tar.gz"))
               (sha256
-               (base32 "0xrnl2hl9rpl50n8cihvclcd951zj640fj5kpi3d6ihwcqjcdi0a"))))
+               (base32
+                "0xrnl2hl9rpl50n8cihvclcd951zj640fj5kpi3d6ihwcqjcdi0a"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("guile" ,guile-2.2)))
     (synopsis "LALR(1) Parser Generator in Guile")
     (description
-     "NYACC is a LALR(1) Parser Generator Implemented in Guile.
-The syntax and nomenclature should be considered not stable.")
+     "NYACC is an LALR(1) parser generator implemented in Guile.
+The syntax and nomenclature should be considered not stable.  It comes with
+extensive examples, including parsers for the Javascript and C99 languages.")
     (home-page "https://savannah.nongnu.org/projects/nyacc")
     (license (list gpl3+ lgpl3+))))
 

  reply	other threads:[~2017-05-14 13:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-14 10:35 bug#26921: [PATCH] gnu: Add Nyacc Jan Nieuwenhuizen
2017-05-14 13:47 ` Ludovic Courtès [this message]
2017-05-14 19:22   ` Matt Wette
2017-05-14 20:03     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8760h3v9cp.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=26921-done@debbugs.gnu.org \
    --cc=janneke@gnu.org \
    --cc=matt.wette@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.