me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 1 deletions

View File

@ -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")