[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(
From: |
Jan Nieuwenhuizen |
Subject: |
07/11: use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-( |
Date: |
Sat, 25 Nov 2017 17:35:40 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 78c62b8f23df78eaf49a4813bb8402a337c99807
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Nov 24 22:42:39 2017 +0100
use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(
---
gnu/packages/mes.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 4169d89..5536686 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -69,7 +69,8 @@
(supported-systems '("i686-linux" "x86_64-linux"))
(build-system trivial-build-system)
(arguments
- `(#:modules ((guix build utils))
+ `(#:guile ,%bootstrap-guile
+ #:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
@@ -154,7 +155,8 @@ with a Knight VM that runs Forth and Lisp.")
(supported-systems '("i686-linux" "x86_64-linux"))
(build-system trivial-build-system)
(arguments
- `(#:modules ((guix build utils))
+ `(#:guile ,%bootstrap-guile
+ #:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
@@ -244,7 +246,8 @@ hex2 linker.")
(base32
"1pknfxdynn8gv1xnwfwqbpgqmi0j80yvj2n20y2lq3rhmmyhz81b"))))))
(arguments
- `(#:modules ((guix build utils))
+ `(#:guile ,%bootstrap-guile
+ #:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
@@ -375,7 +378,8 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(base32
"0l276qwda166lm27w0yv37wisdgxx2giv8b5lsbynyf3ax7045mf"))))))
(arguments
- `(#:modules ((guix build utils))
+ `(#:guile ,%bootstrap-guile
+ #:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
- branch wip-bootstrap created (now 78cfdc3), Jan Nieuwenhuizen, 2017/11/25
- 02/11: gnu: Add stage0-boot., Jan Nieuwenhuizen, 2017/11/25
- 01/11: scripts: hash: Add --git option. WIP, Jan Nieuwenhuizen, 2017/11/25
- 07/11: use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(,
Jan Nieuwenhuizen <=
- 03/11: gnu: Add mescc-tools-boot., Jan Nieuwenhuizen, 2017/11/25
- 09/11: gnu: Add gcc-boot. WIP, Jan Nieuwenhuizen, 2017/11/25
- 06/11: gnu: Add tcc-boot., Jan Nieuwenhuizen, 2017/11/25
- 08/11: Revert "use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(", Jan Nieuwenhuizen, 2017/11/25
- 11/11: bump: mes-tools: add ferror for [m4] configure, Jan Nieuwenhuizen, 2017/11/25
- 05/11: gnu: Add nyacc-boot., Jan Nieuwenhuizen, 2017/11/25
- 10/11: bump tcc-boot: add sysinclude path for [m4] configure., Jan Nieuwenhuizen, 2017/11/25
- 04/11: gnu: Add mes-boot., Jan Nieuwenhuizen, 2017/11/25