From 363259acec7f64289392aa383767c9af918a6387 Mon Sep 17 00:00:00 2001 From: Ryan Trinkle Date: Sun, 11 Jan 2015 18:03:45 -0500 Subject: [PATCH] Pull submodules of the ghcjs-boot repository recursively Without this, the result will not match the sha256 provided --- pkgs/development/compilers/ghcjs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix index a28ae687a0f..069a249af2b 100644 --- a/pkgs/development/compilers/ghcjs/default.nix +++ b/pkgs/development/compilers/ghcjs/default.nix @@ -19,6 +19,7 @@ let url = git://github.com/ghcjs/ghcjs-boot.git; rev = "5c7a71472d5a797e895914d3b82cea447a058793"; sha256 = "0dp97bgbnlr3sd9yfnk27p6dfv46fi26sn6y6qv1wxs5i29kmjav"; + fetchSubmodules = true; }; shims = fetchgit { url = git://github.com/ghcjs/shims.git;