mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 10:31:49 +02:00
gnu: Remove nyacc-2.01.
* gnu/packages/mes.scm (nyacc-2.01): Delete variable. Fixes: guix/guix#2402 Change-Id: I9410b76f9bd31b445b86beeed6448be3a17adc77
This commit is contained in:
@@ -108,24 +108,6 @@ parsers to allow execution with Guile as extension languages.")
|
|||||||
|
|
||||||
(inputs (list guile-3.0))))
|
(inputs (list guile-3.0))))
|
||||||
|
|
||||||
(define-public nyacc-2.01
|
|
||||||
(package
|
|
||||||
(inherit nyacc-1.00.2)
|
|
||||||
(version "2.01.5")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://savannah/nyacc/nyacc-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0dp1439j7db3zhpyqiah3vf3s193y4ip8mh7mc5lz0abgml3x3vg"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(substitute* "configure"
|
|
||||||
(("GUILE_GLOBAL_SITE=\\$prefix.*")
|
|
||||||
"GUILE_GLOBAL_SITE=\
|
|
||||||
$prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n")))))))
|
|
||||||
|
|
||||||
(define-public nyacc
|
(define-public nyacc
|
||||||
(package
|
(package
|
||||||
(inherit nyacc-1.00.2)
|
(inherit nyacc-1.00.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user