[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/70: bootstrap: Add patch-boot0.
From: |
guix-commits |
Subject: |
62/70: bootstrap: Add patch-boot0. |
Date: |
Sun, 15 Dec 2019 08:36:50 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 78f0b7ad0c2cd07c5a11da0d201d047b11bbba9c
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Nov 23 08:48:03 2019 +0100
bootstrap: 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 26be377..39d3269 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2834,6 +2834,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)
@@ -2855,6 +2871,7 @@ exec " gcc "/bin/" program
("findutils" ,findutils-boot0)
("file" ,file-boot0)
("gawk" ,gawk-boot0)
+ ("patch" ,patch-boot0)
("sed" ,sed-boot0)
,@(%bootstrap-inputs+toolchain)))
- 29/70: bootstrap: binutils-mesboot0: Use Gash instead of coretutils&co., (continued)
- 29/70: bootstrap: binutils-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 56/70: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 34/70: bootstrap: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 40/70: bootstrap: Add gawk-mesboot., guix-commits, 2019/12/15
- 43/70: bootstrap: Add bash-mesboot., guix-commits, 2019/12/15
- 49/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 53/70: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 42/70: bootstrap: Add gcc-core-mesboot1., guix-commits, 2019/12/15
- 55/70: bootstrap: Remove m4-mesboot., guix-commits, 2019/12/15
- 54/70: bootstrap: Add coreutils-mesboot., guix-commits, 2019/12/15
- 62/70: bootstrap: Add patch-boot0.,
guix-commits <=
- 70/70: bootstrap: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., guix-commits, 2019/12/15
- 19/70: bootstrap: mes-boot: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 66/70: bootstrap: Add coreutils-boot0., guix-commits, 2019/12/15
- 63/70: bootstrap: Add bzip2-boot0., guix-commits, 2019/12/15
- 68/70: bootstrap: patch-boot0: Remove ed dependency., guix-commits, 2019/12/15
- 69/70: bootstrap: static-bash-for-bootstrap: Use static-bash., guix-commits, 2019/12/15
- 60/70: gnu: Add ed-1.4., guix-commits, 2019/12/15
- 67/70: bootstrap: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2019/12/15
- 64/70: bootstrap: Add tar-boot0., guix-commits, 2019/12/15