gnu: ecl: Use "kernel-headers" instead of "linux-headers" to designate input.

* gnu/packages/lisp.scm (ecl)[arguments]: Use "kernel-headers" as the
identifier for an input.

This is a follow-up to commit 55de892b43.

Signed-off-by: Andreas Enge <andreas@enge.fr>
master
Andy Patterson 2016-07-31 13:21:07 -04:00 committed by Andreas Enge
parent 1250034d5a
commit 932b2ea206
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ interface to the Tk widget system.")
`("CPATH" suffix
,(map (lambda (lib)
(input-path lib "/include"))
`("linux-headers" ,@libraries)))
`("kernel-headers" ,@libraries)))
`("LIBRARY_PATH" suffix ,library-directories)
`("LD_LIBRARY_PATH" suffix ,library-directories)))))
(add-after 'wrap 'check (assoc-ref %standard-phases 'check)))))