From 69e8e3ddb131f2919f7a5c3420ac724d5eb5ec6b Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Sun, 11 Sep 2016 17:29:16 +0000
Subject: [PATCH 4/4] gnu: ghc: Partial fix to terminfo.
This will be reworked when commited upstream.
---
gnu/packages/haskell.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
@@ -113,6 +113,7 @@
"0lc1vjivkxn01aw3jg2gd7fmqb5pj7a5j987c7pn5r7caqv1cmxw"))))))
(native-inputs
`(("perl" ,perl)
+ ("lua" ,lua)
("python" ,python-2) ; for tests (fails with python-3)
("ghostscript" ,ghostscript) ; for tests
("patchelf" ,patchelf)
@@ -213,7 +214,7 @@
,(glibc-dynamic-linker)))
(libtinfo-dir
(string-append ghc-bootstrap-prefix
- "/lib/ghc-8.0.1/terminfo-0.4.0.0")))
+ "/lib/ghc-8.0.1/terminfo-0.4.0.2")))
(with-directory-excursion
(string-append ghc-bootstrap-path "/ghc-8.0.1")
(setenv "CONFIG_SHELL" (which "bash"))
--
2.10.0