summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/chez
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2016-05-01 20:12:49 +0000
committerAustin Seipp <aseipp@pobox.com>2016-05-01 20:14:51 +0000
commit966a790764e46274806c3e24b91f18cf0226d035 (patch)
tree7924f3affa7cca10dd7669f3b289457c72cdf1c2 /pkgs/development/compilers/chez
parent979de54175a5acfa4e4cb92357e440ab6d6ebc0f (diff)
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 <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development/compilers/chez')
-rw-r--r--pkgs/development/compilers/chez/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/development/compilers/chez/default.nix b/pkgs/development/compilers/chez/default.nix
index f9e0627f8aa5..da60ffbb67a1 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