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")
|
(assoc-ref %build-inputs "libc")
|
||||||
"/include:"
|
"/include:"
|
||||||
(assoc-ref %build-inputs
|
(assoc-ref %build-inputs
|
||||||
"linux-headers")
|
"kernel-headers")
|
||||||
"/include:{B}/include")
|
"/include:{B}/include")
|
||||||
(string-append "--libpaths="
|
(string-append "--libpaths="
|
||||||
(assoc-ref %build-inputs "libc")
|
(assoc-ref %build-inputs "libc")
|
||||||
|
|
Reference in New Issue