guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 06/06: gnu: Remove duplicate linux-libre-headers package from bootstrap inputs.
Date: Sat, 24 Nov 2018 02:20:27 -0500 (EST)

janneke pushed a commit to branch core-updates-next
in repository guix.

commit 4ae7dc7b9af64794081b1913740b97acd89c91bc
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 f977042..70b9b81 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2195,7 +2195,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]