summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorLeon Isenberg <ljli@users.noreply.github.com>2017-03-25 05:23:01 +0100
committerPeter Simons <simons@cryp.to>2017-03-29 20:30:28 +0200
commit2553ceb9820761e3c22c50db74513d5a0e1ba6d1 (patch)
tree1c21d00b4a469dbf040ea34ba761d7df994d1450 /pkgs/development/compilers/ghcjs
parent80a52e22b3b017610f0d710f6fa257b0b601ebc5 (diff)
downloadnixlib-2553ceb9820761e3c22c50db74513d5a0e1ba6d1.tar
nixlib-2553ceb9820761e3c22c50db74513d5a0e1ba6d1.tar.gz
nixlib-2553ceb9820761e3c22c50db74513d5a0e1ba6d1.tar.bz2
nixlib-2553ceb9820761e3c22c50db74513d5a0e1ba6d1.tar.lz
nixlib-2553ceb9820761e3c22c50db74513d5a0e1ba6d1.tar.xz
nixlib-2553ceb9820761e3c22c50db74513d5a0e1ba6d1.tar.zst
nixlib-2553ceb9820761e3c22c50db74513d5a0e1ba6d1.zip
haskell: use GHCJS to build Setup.hs for GHCJS packages
Closes https://github.com/NixOS/nixpkgs/pull/23614.
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/stage2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghcjs/stage2.nix b/pkgs/development/compilers/ghcjs/stage2.nix
index 8c68b6f15a67..b88051113b55 100644
--- a/pkgs/development/compilers/ghcjs/stage2.nix
+++ b/pkgs/development/compilers/ghcjs/stage2.nix
@@ -327,6 +327,7 @@
         version = "1.22.8.0";
         src = "${ghcjsBoot}/boot/cabal/Cabal";
         doCheck = false;
+        hyperlinkSource = false;
         libraryHaskellDepends = [
           array base binary bytestring containers deepseq directory filepath
           pretty process time unix