[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/63: gnu: commencement: Add patch-boot0.
From: |
guix-commits |
Subject: |
46/63: gnu: commencement: Add patch-boot0. |
Date: |
Mon, 17 Feb 2020 16:01:03 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 73b0a73528d744a22e218aed79a4c28dc5697e9a
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sat Nov 23 08:48:03 2019 +0100
gnu: commencement: Add patch-boot0.
* gnu/packages/commencement.scm (patch-boot0): New variable: patch without
lzip dependency (via ed).
(%boot0-inputs): Add it.
---
gnu/packages/commencement.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index c915efc..bf8ac46 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2739,6 +2739,22 @@ exec " gcc "/bin/" program
#:strip-binaries? #f
#:validate-runpath? #f))))
+(define patch-boot0
+ (package
+ (inherit patch)
+ (source (bootstrap-origin (package-source patch)))
+ (name "patch-boot0")
+ (native-inputs '())
+ (inputs
+ `(("make" ,gnu-make-boot0)
+ ,@(%bootstrap-inputs+toolchain)))
+ (arguments
+ `(#:tests? #f ; merge test fails
+ #:implicit-inputs? #f
+ #:guile ,%bootstrap-guile
+ #:strip-binaries? #f
+ #:validate-runpath? #f))))
+
(define sed-boot0
(package
(inherit sed)
@@ -2760,6 +2776,7 @@ exec " gcc "/bin/" program
("findutils" ,findutils-boot0)
("file" ,file-boot0)
("gawk" ,gawk-boot0)
+ ("patch" ,patch-boot0)
("sed" ,sed-boot0)
,@(%bootstrap-inputs+toolchain)))
- 52/63: gnu: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., (continued)
- 52/63: gnu: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2020/02/17
- 62/63: gnu: commencement: Remove %bootstrap-guile+guild., guix-commits, 2020/02/17
- 56/63: gnu: commencement: glibc-mesboot: Use gash only, instead of bash/gash mix., guix-commits, 2020/02/17
- 60/63: Add (guix build gnu-bootstrap)., guix-commits, 2020/02/17
- 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 <=
- 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, 2020/02/17
- 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