summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/clisp
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-03-12 23:58:20 +0100
committerMichael Raskin <7c6f434c@mail.ru>2017-03-13 00:00:13 +0100
commit54b7c3b63fd46f66487f4b29fb4b42d0c6353118 (patch)
tree51336913067000d021e811150b9519032874fc45 /pkgs/development/interpreters/clisp
parentba0b527456ac6885f0dd4a287d028384ffbf82b2 (diff)
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.
Diffstat (limited to 'pkgs/development/interpreters/clisp')
-rw-r--r--pkgs/development/interpreters/clisp/hg.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/clisp/hg.nix b/pkgs/development/interpreters/clisp/hg.nix
index 58bb52397bf7..597f75c46456 100644
--- a/pkgs/development/interpreters/clisp/hg.nix
+++ b/pkgs/development/interpreters/clisp/hg.nix
@@ -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;