all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Ecl
@ 2016-07-31 10:00 Andreas Enge
  2016-07-31 17:25 ` Ecl Andy Patterson
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2016-07-31 10:00 UTC (permalink / raw)
  To: guix-devel

Yet another package which fails on all architectures:
   http://hydra.gnu.org:3000/build/1313690
If someone is interested in it, please have a look.

Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Ecl
  2016-07-31 10:00 Ecl Andreas Enge
@ 2016-07-31 17:25 ` Andy Patterson
  2016-07-31 18:13   ` Ecl Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Patterson @ 2016-07-31 17:25 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

On Sun, 31 Jul 2016 12:00:25 +0200
Andreas Enge <andreas@enge.fr> wrote:

> Yet another package which fails on all architectures:
>    http://hydra.gnu.org:3000/build/1313690
> If someone is interested in it, please have a look.

This patch should address the issue. It's for core-updates. I've tested
it locally.

Andy

[-- Attachment #2: 0001-gnu-ecl-Use-kernel-headers-instead-of-linux-headers-.patch --]
[-- Type: text/x-patch, Size: 1174 bytes --]

From 3306dfad4dbb2288a6a689596e3a14abac5a093b Mon Sep 17 00:00:00 2001
From: Andy Patterson <ajpatter@uwaterloo.ca>
Date: Sun, 31 Jul 2016 13:21:07 -0400
Subject: [PATCH] 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.
---
 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)))))
-- 
2.9.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: Ecl
  2016-07-31 17:25 ` Ecl Andy Patterson
@ 2016-07-31 18:13   ` Andreas Enge
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Enge @ 2016-07-31 18:13 UTC (permalink / raw)
  To: Andy Patterson; +Cc: guix-devel

On Sun, Jul 31, 2016 at 01:25:10PM -0400, Andy Patterson wrote:
> This patch should address the issue. It's for core-updates. I've tested
> it locally.

Just pushed, thanks a lot!

Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-31 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-31 10:00 Ecl Andreas Enge
2016-07-31 17:25 ` Ecl Andy Patterson
2016-07-31 18:13   ` Ecl Andreas Enge

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.