File tree 1 file changed +4
-3
lines changed
pkgs/development/interpreters/clisp
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ assert x11Support -> (libX11 != null && libXau != null && libXt != null
23
23
&& libXpm != null && xproto != null && libXext != null && xextproto != null ) ;
24
24
25
25
stdenv . mkDerivation rec {
26
- v = "2.50pre20170130 " ;
26
+ v = "2.50pre20171114 " ;
27
27
name = "clisp-${ v } " ;
28
28
29
29
src = fetchhg {
30
30
url = "http://hg.code.sf.net/p/clisp/clisp" ;
31
- rev = "130e74c8ea17 " ;
32
- sha256 = "1aqaxskvghc4ipbs3m4syvzn6bzj165zqvjpw0xa696i07vkk19j " ;
31
+ rev = "36df6dc59b8f " ;
32
+ sha256 = "1pidiv1m55lvc4ln8vx0ylnnhlj95y6hrfdq96nrj14f4v8fkvmr " ;
33
33
} ;
34
34
35
35
inherit libsigsegv gettext coreutils ;
@@ -74,6 +74,7 @@ stdenv.mkDerivation rec {
74
74
75
75
preBuild = ''
76
76
sed -e '/avcall.h/a\#include "config.h"' -i src/foreign.d
77
+ sed -i -re '/ cfree /d' -i modules/bindings/glibc/linux.lisp
77
78
cd builddir
78
79
'' ;
79
80
You can’t perform that action at this time.
0 commit comments