gnu: nyacc: Update to 1.06.5.
* gnu/packages/mes.scm (nyacc): Update to 1.06.5. [source]: Simplify snippet.
parent
070b8a893f
commit
011db003ce
|
@ -98,22 +98,20 @@ extensive examples, including parsers for the Javascript and C99 languages.")
|
||||||
(define-public nyacc
|
(define-public nyacc
|
||||||
(package
|
(package
|
||||||
(inherit nyacc-0.99)
|
(inherit nyacc-0.99)
|
||||||
(version "1.05.1")
|
(version "1.06.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/nyacc/nyacc-"
|
(uri (string-append "mirror://savannah/nyacc/nyacc-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ck3gyzln5dhamp317nv3waych12mczj05dm4wdblij6ab0l4863"))
|
"1fbzz9bm4mkz4j40l2z02zjlbqj82dmv2ayz83zl3j8gj6z3lpdg"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(substitute* "configure"
|
||||||
(substitute* "configure"
|
(("GUILE_GLOBAL_SITE=\\$prefix.*")
|
||||||
(("GUILE_GLOBAL_SITE=\\$prefix.*")
|
"GUILE_GLOBAL_SITE=\
|
||||||
"GUILE_GLOBAL_SITE=\
|
$prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n")))))
|
||||||
$prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n"))
|
|
||||||
#t))))
|
|
||||||
(inputs (list guile-3.0))
|
(inputs (list guile-3.0))
|
||||||
(description
|
(description
|
||||||
"@acronym{NYACC, Not Yet Another Compiler Compiler} is set of Guile modules
|
"@acronym{NYACC, Not Yet Another Compiler Compiler} is set of Guile modules
|
||||||
|
|
Reference in New Issue