all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: clisp: Use readline@6.2.
@ 2016-11-13  1:01 Andy Patterson
  2016-11-13 12:02 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Patterson @ 2016-11-13  1:01 UTC (permalink / raw)
  To: guix-devel

Hi,

This fixes the build for clisp.

--
Andy

From 399f770b50cdbd9df57db99dd87e05b7d3d0c94c Mon Sep 17 00:00:00 2001
From: Andy Patterson <ajpatter@uwaterloo.ca>
Date: Sat, 12 Nov 2016 19:52:22 -0500
Subject: [PATCH] gnu: clisp: Use readline@6.2.

* gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2.
---
 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 d083760..ec0bdaa 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -200,7 +200,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
         (base32 "0rp82nqp5362isl9i34rwgg04cidz7izljd9d85pqcw1qr964bxx"))))
     (build-system gnu-build-system)
     (inputs `(("libffcall" ,libffcall)
-              ("readline" ,readline)
+              ("readline" ,readline-6.2)
               ("libsigsegv" ,libsigsegv)))
     (arguments
      '(;; XXX The custom configure script does not cope well when passed
-- 
2.10.1

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

* Re: [PATCH] gnu: clisp: Use readline@6.2.
  2016-11-13  1:01 [PATCH] gnu: clisp: Use readline@6.2 Andy Patterson
@ 2016-11-13 12:02 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-11-13 12:02 UTC (permalink / raw)
  To: Andy Patterson; +Cc: guix-devel

Andy Patterson <ajpatter@uwaterloo.ca> skribis:

> From 399f770b50cdbd9df57db99dd87e05b7d3d0c94c Mon Sep 17 00:00:00 2001
> From: Andy Patterson <ajpatter@uwaterloo.ca>
> Date: Sat, 12 Nov 2016 19:52:22 -0500
> Subject: [PATCH] gnu: clisp: Use readline@6.2.
>
> * gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2.

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2016-11-13 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-13  1:01 [PATCH] gnu: clisp: Use readline@6.2 Andy Patterson
2016-11-13 12:02 ` Ludovic Courtès

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.