From 620dcad2d421a2797013108548a5dcec4f79d049 Mon Sep 17 00:00:00 2001 From: Aycan iRiCAN Date: Thu, 16 Apr 2015 11:31:14 +0300 Subject: [PATCH] ghcjs-boot doesn't build due to broken submodule ref. --- pkgs/development/compilers/ghcjs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix index e9f03642589..62317c074ea 100644 --- a/pkgs/development/compilers/ghcjs/default.nix +++ b/pkgs/development/compilers/ghcjs/default.nix @@ -45,8 +45,8 @@ let libDir = "share/ghcjs/${ghcArch}-${version}-${ghc.version}/ghcjs"; ghcjsBoot = fetchgit { url = git://github.com/ghcjs/ghcjs-boot.git; - rev = "8cd6144870470258fb037b3e04a0a2a98c2b6551"; # 7.10 branch - sha256 = "16cbncx179n5khf8hkj9r221wf73rc8isffk8rv3n9psshv1jiji"; + rev = "8bf1a2c665d42a66354f17220c7dfb1c8b44c0ea"; # 7.10 branch + sha256 = "18bm6sfa9c9kwsmv3lz6j27ng6jl0ck3ifgqbwwa8myfy7fw4il7"; fetchSubmodules = true; }; shims = fetchgit {