From 966a790764e46274806c3e24b91f18cf0226d035 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Sun, 1 May 2016 20:12:49 +0000 Subject: [PATCH] nixpkgs: chez scheme update Remove the parallel build[1], and update to the latest commit which updates the .boot files and fixes a few bugs, too. [1] I figured many builds on my dual-socket 12core would expose problems, but I have a suspicion of that being an issue. Signed-off-by: Austin Seipp --- pkgs/development/compilers/chez/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/development/compilers/chez/default.nix b/pkgs/development/compilers/chez/default.nix index f9e0627f8aa..da60ffbb67a 100644 --- a/pkgs/development/compilers/chez/default.nix +++ b/pkgs/development/compilers/chez/default.nix @@ -3,16 +3,15 @@ stdenv.mkDerivation rec { name = "chez-scheme-${version}"; version = "9.4-${dver}"; - dver = "20160430"; + dver = "20160501"; src = fetchgit { - url = "https://github.com/cisco/ChezScheme.git"; - rev = "63a97939896c2a89fcffdf16c8b783efaeb816b5"; - sha256 = "1c58xjslgn7xnfy9j5p9b6sn0wzv2mk7zlmhflydzil7iimchjsi"; + url = "https://github.com/cisco/chezscheme.git"; + rev = "8343b7172532a00d2d19914206fcf83c93798c80"; + sha256 = "1jq55sdk468lckccfnqh0iv868bhw6yb9ba9bakqg2pfydb8r4qf"; fetchSubmodules = true; }; - enableParallelBuilding = true; buildInputs = [ ncurses libX11 ]; /* Chez uses a strange default search path, which completely