Skip to content

Commit

Permalink
clisp-git: update to the upstream fix of 32-bit builds
Browse files Browse the repository at this point in the history
The current exact tip fails to build on x86_64, there probably is a
fresher safe commit, but I haven't try bisecting.
  • Loading branch information
7c6f434c committed Mar 12, 2017
1 parent ba0b527 commit 54b7c3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/clisp/hg.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 54b7c3b

Please sign in to comment.