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
.
master
parent
70a967209c
commit
ce430bd637
|
@ -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")
|
||||
|
|
Reference in New Issue