~ruther/guix-local

932b2ea2064ec8ab8e81b959bd92f6138974fd39 — Andy Patterson 9 years ago 1250034
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 55de892b435657f82a25c6499174d09b4a680f15.

Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/lisp.scm
M gnu/packages/lisp.scm => gnu/packages/lisp.scm +1 -1
@@ 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)))))