[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/176: use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(
From: |
Jan Nieuwenhuizen |
Subject: |
06/176: use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-( |
Date: |
Fri, 31 Aug 2018 11:20:01 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 9436a8bf5134bcb140f3d31dbc4b70d01e22d98d
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 18c3e22..ab49998 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -74,7 +74,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))
@@ -159,7 +160,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))
@@ -249,7 +251,8 @@ hex2 linker.")
(base32
"1pknfxdynn8gv1xnwfwqbpgqmi0j80yvj2n20y2lq3rhmmyhz81b"))))))
(arguments
- `(#:modules ((guix build utils))
+ `(#:guile ,%bootstrap-guile
+ #:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
@@ -380,7 +383,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))
- 04/176: gnu: Add nyacc-boot., (continued)
- 04/176: gnu: Add nyacc-boot., Jan Nieuwenhuizen, 2018/08/31
- 08/176: gnu: Add gcc-boot. WIP, Jan Nieuwenhuizen, 2018/08/31
- 11/176: tcc-boot: bump tinycc-seed: GNU Gcc support: Add ferror., Jan Nieuwenhuizen, 2018/08/31
- 01/176: gnu: Add stage0-boot., Jan Nieuwenhuizen, 2018/08/31
- 03/176: gnu: Add mes-boot., Jan Nieuwenhuizen, 2018/08/31
- 10/176: bump: mes-tools: add ferror for [m4] configure, Jan Nieuwenhuizen, 2018/08/31
- 09/176: bump tcc-boot: add sysinclude path for [m4] configure., Jan Nieuwenhuizen, 2018/08/31
- 02/176: gnu: Add mescc-tools-boot., Jan Nieuwenhuizen, 2018/08/31
- 05/176: gnu: Add tcc-boot., Jan Nieuwenhuizen, 2018/08/31
- 07/176: Revert "use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(", Jan Nieuwenhuizen, 2018/08/31
- 06/176: use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(,
Jan Nieuwenhuizen <=
- 22/176: gnu: Update mescc-tools-boot: bootstrap from .M1 sources: remove MORTAL SIN., Jan Nieuwenhuizen, 2018/08/31
- 15/176: gnu: tcc-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/08/31
- 19/176: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/08/31
- 21/176: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/08/31
- 34/176: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/08/31
- 31/176: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/08/31
- 20/176: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/08/31
- 26/176: gnu: Update mescc-tools-boot, mes-boot, tcc-boot., Jan Nieuwenhuizen, 2018/08/31
- 37/176: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/08/31
- 39/176: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/08/31