guix-commits
[Top][All Lists]
Advanced

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

50/63: gnu: tcc: Use "kernel-headers" instead of "linux-headers" to desi


From: Mark H. Weaver
Subject: 50/63: gnu: tcc: Use "kernel-headers" instead of "linux-headers" to designate input.
Date: Thu, 4 Aug 2016 07:44:58 +0000 (UTC)

mhw pushed a commit to branch core-updates-2016-08-01
in repository guix.

commit ce430bd6378e83495f33af7786d7cbb49972d7a6
Author: Andreas Enge <address@hidden>
Date:   Sun Jul 31 16:50:12 2016 +0200

    gnu: tcc: Use "kernel-headers" instead of "linux-headers" to designate 
input.
    
    * gnu/packages/c.scm (tcc)[arguments]: Use "kernel-headers" as identifier
    for an input.
    
    This is a follow-up to commit 55de892b435657f82a25c6499174d09b4a680f15.
---
 gnu/packages/c.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index e8d1236..6e16d13 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -52,7 +52,7 @@
                                               (assoc-ref %build-inputs "libc")
                                               "/include:"
                                               (assoc-ref %build-inputs
-                                                         "linux-headers")
+                                                         "kernel-headers")
                                               "/include:{B}/include")
                                (string-append "--libpaths="
                                               (assoc-ref %build-inputs "libc")



reply via email to

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