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>
This commit is contained in:
parent
1250034d5a
commit
932b2ea206
|
@ -148,7 +148,7 @@ interface to the Tk widget system.")
|
||||||
`("CPATH" suffix
|
`("CPATH" suffix
|
||||||
,(map (lambda (lib)
|
,(map (lambda (lib)
|
||||||
(input-path lib "/include"))
|
(input-path lib "/include"))
|
||||||
`("linux-headers" ,@libraries)))
|
`("kernel-headers" ,@libraries)))
|
||||||
`("LIBRARY_PATH" suffix ,library-directories)
|
`("LIBRARY_PATH" suffix ,library-directories)
|
||||||
`("LD_LIBRARY_PATH" suffix ,library-directories)))))
|
`("LD_LIBRARY_PATH" suffix ,library-directories)))))
|
||||||
(add-after 'wrap 'check (assoc-ref %standard-phases 'check)))))
|
(add-after 'wrap 'check (assoc-ref %standard-phases 'check)))))
|
||||||
|
|
Loading…
Reference in New Issue