[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/16: DRAFT gnu: Add mes-next.
From: |
guix-commits |
Subject: |
04/16: DRAFT gnu: Add mes-next. |
Date: |
Sun, 20 Dec 2020 05:14:51 -0500 (EST) |
janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.
commit 992c8aa149e6274cdfca3f2af2b545c28b967797
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..8ce3574 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-115-gdacaed9fe")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://lilypond.org/janneke/mes/"
+ "mes-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0gdvyahk1f73bjdisqxjy6fjpjp1hgyjmxrq3gx19xxh172axi34"))))
+ (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 500e3f7), guix-commits, 2020/12/20
- 02/16: gnu: Add nyacc-1.00.2., guix-commits, 2020/12/20
- 01/16: gnu: mescc-tools: Update to 0.7.0., guix-commits, 2020/12/20
- 03/16: gnu: mes: Update to nyacc-1.00.2., guix-commits, 2020/12/20
- 05/16: bootstrap: mescc-tools: Support ARM, update to 0.7.0., guix-commits, 2020/12/20
- 04/16: DRAFT gnu: Add mes-next.,
guix-commits <=
- 06/16: DRAFT bootstrap: mes-minimal: Support ARM, update to mes-0.22.115., guix-commits, 2020/12/20
- 07/16: DRAFT bootstrap: %bootstrap-mescc-tools: Support ARM., guix-commits, 2020/12/20
- 10/16: DRAFT commencement: bootstrap-mes-rewired: Support ARM., guix-commits, 2020/12/20
- 11/16: DRAFT commencement: mes-boot: Support ARM., guix-commits, 2020/12/20
- 08/16: DRAFT bootstrap: %bootstrap-mes: Support ARM., guix-commits, 2020/12/20
- 12/16: DRAFT commencement: tcc-boot0: Support ARM, update to 0.9.26-1133-gb906ff86., guix-commits, 2020/12/20
- 09/16: commencement: gash-boot: Build fix for ARM., guix-commits, 2020/12/20
- 13/16: commencement: gzip-mesboot: Support ARM., guix-commits, 2020/12/20
- 14/16: commencement: make-mesboot0: Support ARM., guix-commits, 2020/12/20
- 15/16: commencement: bzip2-mesboot: Support ARM., guix-commits, 2020/12/20