[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: Add nyacc-1.00.2.
From: |
guix-commits |
Subject: |
05/11: gnu: Add nyacc-1.00.2. |
Date: |
Sun, 3 Jan 2021 17:37:05 -0500 (EST) |
janneke pushed a commit to branch wip-full-source-bootstrap
in repository guix.
commit d88d69089839599610feb943aa47172b593e7af4
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 60d1763..c9a0256 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-full-source-bootstrap created (now dcaed7a), guix-commits, 2021/01/03
- 01/11: gnu: mescc-tools: Update to 1.1.0., guix-commits, 2021/01/03
- 02/11: gnu: m2-planet: Update to 1.7.0-31-g358b6cf., guix-commits, 2021/01/03
- 03/11: commencement: Add bootstrap-seeds., guix-commits, 2021/01/03
- 04/11: commencement: Add m2-planet-boot., guix-commits, 2021/01/03
- 07/11: DRAFT commencement: mes-boot: Update to 0.22-304, build with m2-planet., guix-commits, 2021/01/03
- 06/11: DRAFT gnu: mes: Update to 0.22-305-g2ab4c5c67., guix-commits, 2021/01/03
- 05/11: gnu: Add nyacc-1.00.2.,
guix-commits <=
- 09/11: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes., guix-commits, 2021/01/03
- 11/11: DRAFT doc: Add the "Full Source Bootstrap"., guix-commits, 2021/01/03
- 08/11: commencement: tcc-boot0: Update to 0.9.26-1136-g0fbeb2dd., guix-commits, 2021/01/03
- 10/11: commencement: Remove %bootstrap-mes-rewired., guix-commits, 2021/01/03