[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/26: gnu: Add nyacc-1.00.2.
From: |
guix-commits |
Subject: |
02/26: gnu: Add nyacc-1.00.2. |
Date: |
Mon, 28 Dec 2020 13:58:06 -0500 (EST) |
janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.
commit e20bd2aabfc701b5cea61c5b78a14347ee85ec19
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 13 14:45:45 2020 +0100
gnu: Add nyacc-1.00.2.
* gnu/packages/mes.scm (nyacc-1.00.2): New variable.
---
gnu/packages/mes.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index c9dd98c..33db948 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -117,6 +117,35 @@ $prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n"))
(inputs
`(("guile" ,guile-3.0)))))
+(define-public nyacc-1.00.2
+ (package
+ (inherit nyacc)
+ (version "1.00.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://savannah/nyacc/nyacc-"
+ version ".tar.gz"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin
+ (substitute* (find-files "." "^Makefile\\.in$")
+ (("^SITE_SCM_DIR =.*")
+ "SITE_SCM_DIR = \
+@prefix@/share/guile/site/@GUILE_EFFECTIVE_VERSION@\n")
+ (("^SITE_SCM_GO_DIR =.*")
+ "SITE_SCM_GO_DIR = \
+@prefix@/lib/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache\n")
+ (("^INFODIR =.*")
+ "INFODIR = @prefix@/share/info\n")
+ (("^DOCDIR =.*")
+ "DOCDIR = @prefix@/share/doc/$(PACKAGE_TARNAME)\n"))
+ #t))
+ (sha256
+ (base32
+ "065ksalfllbdrzl12dz9d9dcxrv97wqxblslngsc6kajvnvlyvpk"))))
+ (inputs
+ `(("guile" ,guile-2.2)))))
+
(define-public mes-0.19
;; Mes used for bootstrap.
(package
- branch wip-arm-bootstrap created (now 5be822e), guix-commits, 2020/12/28
- 01/26: gnu: mescc-tools: Update to 0.7.0., guix-commits, 2020/12/28
- 05/26: bootstrap: mescc-tools: Support ARM, update to 0.7.0., guix-commits, 2020/12/28
- 02/26: gnu: Add nyacc-1.00.2.,
guix-commits <=
- 03/26: gnu: mes: Update to nyacc-1.00.2., guix-commits, 2020/12/28
- 04/26: DRAFT gnu: Add mes-next., guix-commits, 2020/12/28
- 08/26: DRAFT bootstrap: %bootstrap-mes: Support ARM., guix-commits, 2020/12/28
- 09/26: commencement: gash-boot: Build fix for ARM., guix-commits, 2020/12/28
- 10/26: DRAFT commencement: bootstrap-mes-rewired: Support ARM., guix-commits, 2020/12/28
- 11/26: DRAFT commencement: mes-boot: Support ARM., guix-commits, 2020/12/28
- 12/26: commencement: tcc-boot0: Support ARM, update to 0.9.26-1136-g0fbeb2dd., guix-commits, 2020/12/28
- 07/26: DRAFT bootstrap: %bootstrap-mescc-tools: Support ARM., guix-commits, 2020/12/28
- 06/26: DRAFT bootstrap: mes-minimal: Support ARM, update to mes-0.22-118., guix-commits, 2020/12/28
- 13/26: commencement: gzip-mesboot: Support ARM., guix-commits, 2020/12/28