Skip to content

Commit c127e94

Browse files
committedNov 15, 2017
clisp-tip: 2.50pre20170130 -> 2.50pre20171114; progress on #31696
1 parent c189dfb commit c127e94

File tree

1 file changed

+4
-3
lines changed
  • pkgs/development/interpreters/clisp

1 file changed

+4
-3
lines changed
 

‎pkgs/development/interpreters/clisp/hg.nix

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ assert x11Support -> (libX11 != null && libXau != null && libXt != null
2323
&& libXpm != null && xproto != null && libXext != null && xextproto != null);
2424

2525
stdenv.mkDerivation rec {
26-
v = "2.50pre20170130";
26+
v = "2.50pre20171114";
2727
name = "clisp-${v}";
2828

2929
src = fetchhg {
3030
url = "http://hg.code.sf.net/p/clisp/clisp";
31-
rev = "130e74c8ea17";
32-
sha256 = "1aqaxskvghc4ipbs3m4syvzn6bzj165zqvjpw0xa696i07vkk19j";
31+
rev = "36df6dc59b8f";
32+
sha256 = "1pidiv1m55lvc4ln8vx0ylnnhlj95y6hrfdq96nrj14f4v8fkvmr";
3333
};
3434

3535
inherit libsigsegv gettext coreutils;
@@ -74,6 +74,7 @@ stdenv.mkDerivation rec {
7474

7575
preBuild = ''
7676
sed -e '/avcall.h/a\#include "config.h"' -i src/foreign.d
77+
sed -i -re '/ cfree /d' -i modules/bindings/glibc/linux.lisp
7778
cd builddir
7879
'';
7980

0 commit comments

Comments
 (0)
Please sign in to comment.