[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57050] [PATCH v4 09/14] gnu: chez-scheme: Make bootfiles regular in
From: |
Philip McGrath |
Subject: |
[bug#57050] [PATCH v4 09/14] gnu: chez-scheme: Make bootfiles regular inputs. |
Date: |
Sat, 27 Aug 2022 14:55:49 -0400 |
* gnu/packages/chez.scm (chez-scheme)[native-inputs]: Move
'chez-scheme-bootstrap-bootfiles' to ...
[inputs]: ... this field.
[arguments]<#:phases>: Update 'unpack-bootfiles' accordingly.
(chez-scheme-for-racket)[native-inputs]: Move
'chez-scheme-for-racket-bootstrap-bootfiles' to ...
[inputs]: ... this field.
---
gnu/packages/chez.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index b59398578a..c87786c091 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -293,6 +293,7 @@ (define-public chez-scheme
(build-system gnu-build-system)
(inputs
(list
+ chez-scheme-bootstrap-bootfiles
`(,util-linux "lib") ;<-- libuuid
zlib
lz4
@@ -300,8 +301,7 @@ (define-public chez-scheme
;; for X11 clipboard support in expeditor:
;; https://github.com/cisco/ChezScheme/issues/9#issuecomment-222057232
libx11))
- (native-inputs (list chez-scheme-bootstrap-bootfiles
- chez-nanopass-bootstrap
+ (native-inputs (list chez-nanopass-bootstrap
stex-bootstrap))
(native-search-paths
(list (search-path-specification
@@ -338,7 +338,7 @@ (define-public chez-scheme
(when (directory-exists? "boot")
(delete-file-recursively "boot"))
(copy-recursively
- (search-input-directory (or native-inputs inputs)
+ (search-input-directory inputs
"lib/chez-scheme-bootfiles")
"boot")))
;; NOTE: The custom Chez 'configure' script doesn't allow
@@ -449,12 +449,12 @@ (define-public chez-scheme-for-racket
(source #f) ; avoid problematic cycle with racket.scm
(inputs
(modify-inputs (package-inputs chez-scheme)
- (delete "libx11" "util-linux:lib")))
+ (delete "libx11" "util-linux:lib")
+ (replace "chez-scheme-bootstrap-bootfiles"
+ chez-scheme-for-racket-bootstrap-bootfiles)))
(native-inputs
(modify-inputs (package-native-inputs chez-scheme)
- (prepend zuo)
- (replace "chez-scheme-bootstrap-bootfiles"
- chez-scheme-for-racket-bootstrap-bootfiles)))
+ (prepend zuo)))
(arguments
(substitute-keyword-arguments (package-arguments chez-scheme)
((#:out-of-source? _ #f)
--
2.32.0
- [bug#57050] [PATCH v4 02/14] gnu: stex: Fix read-only gifs and math directories., (continued)
- [bug#57050] [PATCH v4 02/14] gnu: stex: Fix read-only gifs and math directories., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 05/14] gnu: racket: Adjust patch for "/bin/sh" in rktio., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 06/14] gnu: chez-scheme: Fix use of "/bin/sh"., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 01/14] gnu: stex: Update to 1.2.2-2.afa6075., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 03/14] etc: teams: Add racket team., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 04/14] etc: teams: Add entry for Philip McGrath., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 08/14] gnu: racket: Update to 8.6., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 08/14] gnu: racket: Update to 8.6., Liliana Marie Prikler, 2022/08/27
- [bug#57050] [PATCH v4 08/14] gnu: racket: Update to 8.6., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 07/14] gnu: Add Zuo., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 09/14] gnu: chez-scheme: Make bootfiles regular inputs.,
Philip McGrath <=
- [bug#57050] [PATCH v4 10/14] gnu: chez-scheme-for-racket: Support cross-compilation., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 11/14] gnu: racket: Support cross-compiling the VM packages., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 13/14] gnu: racket-vm-bc: Add workaround for ppc64le., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 12/14] gnu: chez-scheme-for-racket: Support all systems., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v4 14/14] gnu: racket: Use Racket CS on all systems., Philip McGrath, 2022/08/27
- [bug#57050] [PATCH v2 05/13] gnu: racket: Update to 8.6., Philip McGrath, 2022/08/11
- [bug#57050] [PATCH v2 05/13] gnu: racket: Update to 8.6., Liliana Marie Prikler, 2022/08/11
- [bug#57050] [PATCH v2 05/13] gnu: racket: Update to 8.6., Philip McGrath, 2022/08/11
- [bug#57050] [PATCH v2 05/13] gnu: racket: Update to 8.6., Liliana Marie Prikler, 2022/08/12
- [bug#57050] [PATCH v2 05/13] gnu: racket: Update to 8.6., Efraim Flashner, 2022/08/22