[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/63: gnu: commencement: Add bzip2-boot0.
From: |
guix-commits |
Subject: |
47/63: gnu: commencement: Add bzip2-boot0. |
Date: |
Mon, 17 Feb 2020 16:01:04 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit ec8dc8b2099fe17b66f64db2ebc099dc35af96a5
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sat Nov 23 09:11:57 2019 +0100
gnu: commencement: Add bzip2-boot0.
* gnu/packages/commencement.scm (bzip2-boot0): New variable.
(%boot0-inputs): Add it.
---
gnu/packages/commencement.scm | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index bf8ac46..480301e 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2673,6 +2673,19 @@ exec " gcc "/bin/" program
(native-inputs '()) ; no need for 'pkg-config'
(inputs (%bootstrap-inputs+toolchain))))
+(define bzip2-boot0
+ (package
+ (inherit bzip2)
+ (name "bzip2-boot0")
+ (native-inputs `())
+ (inputs
+ `(("make" ,gnu-make-boot0)
+ ,@(%bootstrap-inputs+toolchain)))
+ (arguments
+ `(#:guile ,%bootstrap-guile
+ #:implicit-inputs? #f
+ ,@(package-arguments bzip2)))))
+
(define diffutils-boot0
(package
(inherit diffutils)
@@ -2771,11 +2784,12 @@ exec " gcc "/bin/" program
,@(package-arguments sed)))))
(define (%boot0-inputs)
- `(("make" ,gnu-make-boot0)
+ `(("bzip2" ,bzip2-boot0)
("diffutils" ,diffutils-boot0)
("findutils" ,findutils-boot0)
("file" ,file-boot0)
("gawk" ,gawk-boot0)
+ ("make" ,gnu-make-boot0)
("patch" ,patch-boot0)
("sed" ,sed-boot0)
,@(%bootstrap-inputs+toolchain)))
- 51/63: gnu: commencement: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., (continued)
- 51/63: gnu: commencement: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., guix-commits, 2020/02/17
- 55/63: gnu: commencement: gash-core-utils-boot: Update to 0.0.214-fc1b., guix-commits, 2020/02/17
- 63/63: gnu: commencement: Fix '%boot-mesboot1-inputs'., guix-commits, 2020/02/17
- 40/63: gnu: commencement: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/17
- 44/63: gnu: commencement: Add gawk-boot0., guix-commits, 2020/02/17
- 45/63: gnu: commencement: Add sed-boot0., guix-commits, 2020/02/17
- 46/63: gnu: commencement: Add patch-boot0., guix-commits, 2020/02/17
- 48/63: gnu: commencement: Add tar-boot0., guix-commits, 2020/02/17
- 59/63: gnu: Rename 'gash-core-utils' to 'gash-utils'., guix-commits, 2020/02/17
- 61/63: gnu: commencement: Simplify Gash and Gash-Utils., guix-commits, 2020/02/17
- 47/63: gnu: commencement: Add bzip2-boot0.,
guix-commits <=
- 50/63: gnu: commencement: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2020/02/17
- 58/63: gnu: commencement: glibc-boot0: Remove gash, use bash-mesboot0 only., guix-commits, 2020/02/17