guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: bootstrap: static-bash-for-bootstrap: Use static-bash.


From: guix-commits
Subject: 01/02: bootstrap: static-bash-for-bootstrap: Use static-bash.
Date: Fri, 13 Dec 2019 17:18:50 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 5d1819713c891105da4011658984cea6f0a7d85c
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]