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 55de892b43.
This commit is contained in:
Andreas Enge 2016-07-31 16:50:12 +02:00
parent 70a967209c
commit ce430bd637
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -52,7 +52,7 @@ (define-public tcc
(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")