95d892ec26
Set dontStrip when building ghcjs libs, which fixes the ghcjs-dom lib and also makes the logs cleaner.
7 lines
197 B
Nix
7 lines
197 B
Nix
{ fetchFromGitHub }:
|
|
fetchFromGitHub {
|
|
owner = "ghcjs";
|
|
repo = "shims";
|
|
rev = "45f44f5f027ec03264b61b8049951e765cc0b23a";
|
|
sha256 = "090pz4rzwlcrjavbbzxhf6c7rq7rzmr10g89hmhw4c65c4fyyykp";
|
|
}
|