Pull submodules of the ghcjs-boot repository recursively

Without this, the result will not match the sha256 provided
This commit is contained in:
Ryan Trinkle 2015-01-11 18:03:45 -05:00
parent 7fa32aecd1
commit 363259acec

View file

@ -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;