[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/70: bootstrap: static-bash-for-bootstrap: Use static-bash.
From: |
guix-commits |
Subject: |
69/70: bootstrap: static-bash-for-bootstrap: Use static-bash. |
Date: |
Sun, 15 Dec 2019 08:36:51 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit f406f847df1dfc2fddb9425dc04daf68756af8f9
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Dec 13 18:43:03 2019 +0100
bootstrap: static-bash-for-bootstrap: Use static-bash.
* gnu/packages/make-bootstrap.scm (static-bash-for-bootstrap): Use
static-bash.
---
gnu/packages/make-bootstrap.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index b8d1b2a..1a75d03 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -167,14 +167,7 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
(current-source-location)
#:native-inputs native-inputs))
-(define static-bash-for-bootstrap
- (package
- (inherit static-bash)
- (source (origin
- (inherit (package-source static-bash))
- (patches
- (cons (search-patch "bash-reproducible-linux-pgrp-pipe.patch")
- (origin-patches (package-source static-bash))))))))
+(define static-bash-for-bootstrap static-bash)
(define %static-inputs
;; Packages that are to be used as %BOOTSTRAP-INPUTS.
- 53/70: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., (continued)
- 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, 2019/12/15
- 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 <=
- 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