[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/26: DRAFT gnu: Add mes-next.
From: |
guix-commits |
Subject: |
04/26: DRAFT gnu: Add mes-next. |
Date: |
Mon, 28 Dec 2020 13:58:07 -0500 (EST) |
janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.
commit 253c58b9d89d765f3cbb8228889d843d0d55a387
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 13 14:46:40 2020 +0100
DRAFT gnu: Add mes-next.
XXX TODO: remove: replace mes proper.
* gnu/packages/mes.scm (mes-next): New variable.
---
gnu/packages/mes.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 848f63f..2044263 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -217,6 +217,21 @@ Guile.")
(separator #f)
(files '("")))))))
+(define-public mes-next
+ (package
+ (inherit mes)
+ (name "mes-next")
+ (version "0.22-118-g6b1465ab9")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://lilypond.org/janneke/mes/"
+ "mes-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0qi1rv3xh9v755mv1f65ak9hqv3rshhk3jqx80w0b7sawq9xniq7"))))
+ (supported-systems '("armhf-linux" "aarch64-linux"
+ "i686-linux" "x86_64-linux"))))
+
(define-public mes-rb5
;; This is the Reproducible-Builds summit 5's Mes, also built on Debian
;; GNU/Linux and NixOS to produce the same, bit-for-bit identical result.
- 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, 2020/12/28
- 03/26: gnu: mes: Update to nyacc-1.00.2., guix-commits, 2020/12/28
- 04/26: DRAFT gnu: Add mes-next.,
guix-commits <=
- 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
- 14/26: commencement: make-mesboot0: Support ARM., guix-commits, 2020/12/28
- 16/26: commencement: bash-mesboot0: Support ARM., guix-commits, 2020/12/28