[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/35: bootstrap: nyacc-boot. WIP
From: |
guix-commits |
Subject: |
19/35: bootstrap: nyacc-boot. WIP |
Date: |
Wed, 20 Nov 2019 15:19:39 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 2e6c88962ab1dc8a5530077ac89330b815633bb8
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Sep 15 19:01:33 2019 +0200
bootstrap: nyacc-boot. WIP
Scheme-only bootstrap.
* gnu/packages/commencement.scm (nyacc-boot): New variable.
---
gnu/packages/commencement.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index b8552bb..1e67926 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -84,6 +84,29 @@
;;;
;;; Code:
+(define nyacc-boot
+ (package-with-bootstrap-guile
+ (package
+ (inherit nyacc)
+ (name "nyacc-boot")
+ (version "0.99.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://lilypond.org/janneke/mes/"
+ "nyacc-" version ".tar"))
+ (sha256
+ (base32
+ "0fiar0djbsrb9pw492kc8bsvfxvrm0gy0xaw7db8ik6py4zfkrqh"))))
+ (inputs '())
+ (propagated-inputs '())
+ (native-inputs
+ `(("bash" , %bootstrap-gash)
+ ("guile" ,%bootstrap-guile)))
+ (arguments
+ `(#:implicit-inputs? #f
+ #:guile ,%bootstrap-guile)))))
+
(define mes-boot
(package-with-bootstrap-guile
(package
- 16/35: bootstrap: bootstrap-mes: Update for mes-0.21. WIP, (continued)
- 16/35: bootstrap: bootstrap-mes: Update for mes-0.21. WIP, guix-commits, 2019/11/20
- 15/35: bootstrap: bootstrap-mes: Update for mes-0.20., guix-commits, 2019/11/20
- 02/35: gnu: Add gash-core-utils., guix-commits, 2019/11/20
- 04/35: bootstrap: Add gash-core-utils-boot., guix-commits, 2019/11/20
- 01/35: gnu: Add ncompress., guix-commits, 2019/11/20
- 07/35: gnu: nyacc: Update to 0.99.0., guix-commits, 2019/11/20
- 09/35: gnu: mes: Update to 0.20., guix-commits, 2019/11/20
- 11/35: mes: 0.21, guix-commits, 2019/11/20
- 12/35: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1., guix-commits, 2019/11/20
- 13/35: bootstrap: mes-minimal: Update for mes-0.20., guix-commits, 2019/11/20
- 19/35: bootstrap: nyacc-boot. WIP,
guix-commits <=
- 08/35: gnu: mescc-tools: Update to 0.6.1., guix-commits, 2019/11/20
- 10/35: gnu: mes: Update to 0.21 WIP, guix-commits, 2019/11/20
- 14/35: bootstrap: bootstrap-mescc-tools: Update for mescc-tools-0.6.1., guix-commits, 2019/11/20
- 17/35: bootstrap-mes, guix-commits, 2019/11/20
- 18/35: gnu: mes: Update to 0.20 WIP, guix-commits, 2019/11/20
- 20/35: bootstrap: mes-boot: Scheme-only bootstrap. WIP, guix-commits, 2019/11/20
- 22/35: bootstrap-gash-rewire? WIP, guix-commits, 2019/11/20
- 24/35: bootstrap: make-mesboot0: Scheme-only bootstrap., guix-commits, 2019/11/20
- 25/35: bootstrap: Add bzip2-mesboot0., guix-commits, 2019/11/20
- 26/35: bootstrap: Add bash-mesboot0., guix-commits, 2019/11/20