[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: Revert "use %bootstrap-guile -- still guile-2.2 in bag-with-origi
From: |
Jan Nieuwenhuizen |
Subject: |
08/11: Revert "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 5ea61f8707b755f79a069875a432fc57a2c28971
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Nov 24 22:43:41 2017 +0100
Revert "use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-("
This reverts commit 80f5579a365b7475300f6f4a7e677cce07ed3b23.
---
gnu/packages/mes.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 5536686..4169d89 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -69,8 +69,7 @@
(supported-systems '("i686-linux" "x86_64-linux"))
(build-system trivial-build-system)
(arguments
- `(#:guile ,%bootstrap-guile
- #:modules ((guix build utils))
+ `(#:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
@@ -155,8 +154,7 @@ with a Knight VM that runs Forth and Lisp.")
(supported-systems '("i686-linux" "x86_64-linux"))
(build-system trivial-build-system)
(arguments
- `(#:guile ,%bootstrap-guile
- #:modules ((guix build utils))
+ `(#:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
@@ -246,8 +244,7 @@ hex2 linker.")
(base32
"1pknfxdynn8gv1xnwfwqbpgqmi0j80yvj2n20y2lq3rhmmyhz81b"))))))
(arguments
- `(#:guile ,%bootstrap-guile
- #:modules ((guix build utils))
+ `(#:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
@@ -378,8 +375,7 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(base32
"0l276qwda166lm27w0yv37wisdgxx2giv8b5lsbynyf3ax7045mf"))))))
(arguments
- `(#:guile ,%bootstrap-guile
- #:modules ((guix build utils))
+ `(#: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, 2017/11/25
- 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 <=
- 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