summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2016-01-24 17:12:03 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2016-01-24 17:13:45 -0500
commit95d892ec2666992b588cc7a9ee46b05cba300599 (patch)
tree5b6f7fd9c3add277ade5271b3c9c4ccb2758d456 /pkgs/development/compilers/ghcjs
parente9950f465c22e929b5048f1d3c2a38d2ba9102b5 (diff)
downloadnixpkgs-95d892ec2666992b588cc7a9ee46b05cba300599.tar
nixpkgs-95d892ec2666992b588cc7a9ee46b05cba300599.tar.gz
nixpkgs-95d892ec2666992b588cc7a9ee46b05cba300599.tar.bz2
nixpkgs-95d892ec2666992b588cc7a9ee46b05cba300599.tar.lz
nixpkgs-95d892ec2666992b588cc7a9ee46b05cba300599.tar.xz
nixpkgs-95d892ec2666992b588cc7a9ee46b05cba300599.tar.zst
nixpkgs-95d892ec2666992b588cc7a9ee46b05cba300599.zip
ghcjs: update and fix ghcjs/reflex libs
Set dontStrip when building ghcjs libs, which fixes the ghcjs-dom lib
and also makes the logs cleaner.
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/shims.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghcjs/shims.nix b/pkgs/development/compilers/ghcjs/shims.nix
index e596d57d74e..dbbf15de6c8 100644
--- a/pkgs/development/compilers/ghcjs/shims.nix
+++ b/pkgs/development/compilers/ghcjs/shims.nix
@@ -2,6 +2,6 @@
 fetchFromGitHub {
   owner = "ghcjs";
   repo = "shims";
-  rev = "09e37565df8bbf876d4b7f36fbc19aa2140844a7";
-  sha256 = "000ds78pv56v4drbdx3y7xncx9224l28n7cal9gy3inns1mq6yhj";
+  rev = "45f44f5f027ec03264b61b8049951e765cc0b23a";
+  sha256 = "090pz4rzwlcrjavbbzxhf6c7rq7rzmr10g89hmhw4c65c4fyyykp";
 }