guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: clisp: Use address@hidden


From: Andy Patterson
Subject: [PATCH] gnu: clisp: Use address@hidden
Date: Sat, 12 Nov 2016 20:01:55 -0500

Hi,

This fixes the build for clisp.

--
Andy

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

* 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




reply via email to

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