guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: glibc-stripped: Empty 'native-inputs' and 'propagated-inputs


From: guix-commits
Subject: 01/02: gnu: glibc-stripped: Empty 'native-inputs' and 'propagated-inputs'.
Date: Fri, 14 Dec 2018 17:56:03 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4dd1edc7aed15f88f7c2d2f7975368db1ea82143
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 14 17:05:08 2018 +0100

    gnu: glibc-stripped: Empty 'native-inputs' and 'propagated-inputs'.
    
    These would needlessly pull in linux-libre-headers when running
    "guix build bootstrap-tarballs --target=i586-pc-gnu".
    
    * gnu/packages/make-bootstrap.scm (%glibc-stripped)[native-inputs]
    [propagated-inputs]: New fields.
---
 gnu/packages/make-bootstrap.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 65d632f..c6002eb 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -382,6 +382,8 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
                                 (parameterize ((%current-target-system #f))
                                   (cross-libc target)))
                                glibc)))))
+      (native-inputs '())
+      (propagated-inputs '())
 
       ;; Only one output.
       (outputs '("out")))))



reply via email to

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