guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: Remove duplicate linux-libre-headers package from bootstrap


From: Marius Bakke
Subject: 04/08: gnu: Remove duplicate linux-libre-headers package from bootstrap inputs.
Date: Sat, 6 Oct 2018 12:59:45 -0400 (EDT)

mbakke pushed a commit to branch wip-gcc7
in repository guix.

commit bc05a8a9de6eb264edecc8674eb93cd5296b758b
Author: Marius Bakke <address@hidden>
Date:   Fri Oct 5 16:06:35 2018 +0200

    gnu: Remove duplicate linux-libre-headers package from bootstrap inputs.
    
    GLIBC-FINAL already propagates linux-libre-headers, so drop the bootstrap 
input.
    
    * gnu/packages/commencement.scm (%boot2-inputs): Remove
    %BOOTSTRAP-LINUX-LIBRE-HEADERS.
---
 gnu/packages/commencement.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 5bfd314..6dfa893 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2274,7 +2274,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"address@hidden"~%"
   `(("libc" ,glibc-final)
     ("libc:static" ,glibc-final "static")
     ("gcc" ,(gcc-boot0-wrapped))
-    ,@(fold alist-delete (%boot1-inputs) '("libc" "gcc"))))
+    ,@(fold alist-delete (%boot1-inputs) '("libc" "gcc" 
"linux-libre-headers"))))
 
 (define binutils-final
   (package-with-bootstrap-guile



reply via email to

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