clisp-git: update to the upstream fix of 32-bit builds

The current exact tip fails to build on x86_64, there probably is a
fresher safe commit, but I haven't try bisecting.
This commit is contained in:
Michael Raskin 2017-03-12 23:58:20 +01:00
parent ba0b527456
commit 54b7c3b63f

View File

@ -23,13 +23,13 @@ assert x11Support -> (libX11 != null && libXau != null && libXt != null
&& libXpm != null && xproto != null && libXext != null && xextproto != null);
stdenv.mkDerivation rec {
v = "2.50pre20161201";
v = "2.50pre20170130";
name = "clisp-${v}";
src = fetchhg {
url = "http://hg.code.sf.net/p/clisp/clisp";
rev = "536a48";
sha256 = "097igsfpn8xipnjapyf5hx6smzh04v4ncskxl747xxn6pgpq813z";
rev = "130e74c8ea17";
sha256 = "1aqaxskvghc4ipbs3m4syvzn6bzj165zqvjpw0xa696i07vkk19j";
};
inherit libsigsegv gettext coreutils;