guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

57/63: gnu: ecl: Use "kernel-headers" instead of "linux-headers" to desi


From: Mark H. Weaver
Subject: 57/63: gnu: ecl: Use "kernel-headers" instead of "linux-headers" to designate input.
Date: Thu, 4 Aug 2016 07:44:59 +0000 (UTC)

mhw pushed a commit to branch core-updates-2016-08-01
in repository guix.

commit 932b2ea2064ec8ab8e81b959bd92f6138974fd39
Author: Andy Patterson <address@hidden>
Date:   Sun Jul 31 13:21:07 2016 -0400

    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 <address@hidden>
---
 gnu/packages/lisp.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 5c0df4e..1772780 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]