about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-04-05 10:23:37 +0200
committerGitHub <noreply@github.com>2017-04-05 10:23:37 +0200
commit4ad28de5a34a880bffaf309e5d54afa753f7cc5e (patch)
tree363c012b58b5eba479e9a442843e33daaa71a3f1 /pkgs
parentf038db24a601c5ec497fb8a70b577bd3a8093ae9 (diff)
parent117797367a0f16f62c10eb1f5d83040c58185a1d (diff)
downloadnixlib-4ad28de5a34a880bffaf309e5d54afa753f7cc5e.tar
nixlib-4ad28de5a34a880bffaf309e5d54afa753f7cc5e.tar.gz
nixlib-4ad28de5a34a880bffaf309e5d54afa753f7cc5e.tar.bz2
nixlib-4ad28de5a34a880bffaf309e5d54afa753f7cc5e.tar.lz
nixlib-4ad28de5a34a880bffaf309e5d54afa753f7cc5e.tar.xz
nixlib-4ad28de5a34a880bffaf309e5d54afa753f7cc5e.tar.zst
nixlib-4ad28de5a34a880bffaf309e5d54afa753f7cc5e.zip
Merge pull request #24510 from woehr/master
ghcjs (head): Fix infinite recursion ...
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/ghcjs/head_stage2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghcjs/head_stage2.nix b/pkgs/development/compilers/ghcjs/head_stage2.nix
index d4247f51b3e3..5808891d4303 100644
--- a/pkgs/development/compilers/ghcjs/head_stage2.nix
+++ b/pkgs/development/compilers/ghcjs/head_stage2.nix
@@ -382,6 +382,7 @@
         version = "1.24.0.0";
         src = "${ghcjsBoot}/boot/cabal/Cabal";
         doCheck = false;
+        hyperlinkSource = false;
         libraryHaskellDepends = [
           array base binary bytestring containers deepseq directory filepath
           pretty process time unix