[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/22: DRAFT gnu: Add mes-next.
From: |
guix-commits |
Subject: |
04/22: DRAFT gnu: Add mes-next. |
Date: |
Wed, 23 Dec 2020 17:49:29 -0500 (EST) |
janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.
commit 14e35d7fde9205adbb3b1e28cf520f175761dc40
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..92aae33 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-117-g055848a8e")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://lilypond.org/janneke/mes/"
+ "mes-" version ".tar.gz"))
+ (sha256
+ (base32
+ "03wqz7z26xz9rqsvzib247sj5n8ibi5za6fb6cz53yc54z8qngxc"))))
+ (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.
- 01/22: gnu: mescc-tools: Update to 0.7.0., (continued)
- 01/22: gnu: mescc-tools: Update to 0.7.0., guix-commits, 2020/12/23
- 02/22: gnu: Add nyacc-1.00.2., guix-commits, 2020/12/23
- 07/22: DRAFT bootstrap: %bootstrap-mescc-tools: Support ARM., guix-commits, 2020/12/23
- 16/22: DRAFT commencement: bash-mesboot0: Support ARM., guix-commits, 2020/12/23
- 08/22: DRAFT bootstrap: %bootstrap-mes: Support ARM., guix-commits, 2020/12/23
- 10/22: DRAFT commencement: bootstrap-mes-rewired: Support ARM., guix-commits, 2020/12/23
- 03/22: gnu: mes: Update to nyacc-1.00.2., guix-commits, 2020/12/23
- 17/22: DRAFT commencement: tcc-boot: Support ARM., guix-commits, 2020/12/23
- 19/22: commencement: patch-mesboot: Support ARM., guix-commits, 2020/12/23
- 22/22: DRAFT commencement: gcc-core-mesboot0: Support ARM., guix-commits, 2020/12/23
- 04/22: DRAFT gnu: Add mes-next.,
guix-commits <=
- 05/22: bootstrap: mescc-tools: Support ARM, update to 0.7.0., guix-commits, 2020/12/23
- 06/22: DRAFT bootstrap: mes-minimal: Support ARM, update to mes-0.22.115., guix-commits, 2020/12/23
- 13/22: commencement: gzip-mesboot: Support ARM., guix-commits, 2020/12/23
- 15/22: commencement: bzip2-mesboot: Support ARM., guix-commits, 2020/12/23
- 09/22: commencement: gash-boot: Build fix for ARM., guix-commits, 2020/12/23
- 12/22: DRAFT commencement: tcc-boot0: Support ARM, update to 0.9.26-1136-g0fbeb2dd., guix-commits, 2020/12/23
- 14/22: commencement: make-mesboot0: Support ARM., guix-commits, 2020/12/23
- 11/22: DRAFT commencement: mes-boot: Support ARM., guix-commits, 2020/12/23
- 18/22: commencement: diffutils-mesboot: Support ARM., guix-commits, 2020/12/23
- 20/22: commencement: sed-mesboot0: Support ARM., guix-commits, 2020/12/23