summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-24 16:48:03 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-06-25 17:12:02 -0400
commit2c2169c8810a5be2456ed2340efb8a8064e1db2b (patch)
treea3169e5745d13598bd7b40ea5c6eda336f64c476 /pkgs/development/compilers/ghc
parentd9155904b347679163c6fe6702f8ec6384bd8c40 (diff)
downloadnixlib-2c2169c8810a5be2456ed2340efb8a8064e1db2b.tar
nixlib-2c2169c8810a5be2456ed2340efb8a8064e1db2b.tar.gz
nixlib-2c2169c8810a5be2456ed2340efb8a8064e1db2b.tar.bz2
nixlib-2c2169c8810a5be2456ed2340efb8a8064e1db2b.tar.lz
nixlib-2c2169c8810a5be2456ed2340efb8a8064e1db2b.tar.xz
nixlib-2c2169c8810a5be2456ed2340efb8a8064e1db2b.tar.zst
nixlib-2c2169c8810a5be2456ed2340efb8a8064e1db2b.zip
ghc: build shared on android
We run into issues otherwise
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/8.4.3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/8.4.3.nix b/pkgs/development/compilers/ghc/8.4.3.nix
index 10035af90a89..702bf1cf9b96 100644
--- a/pkgs/development/compilers/ghc/8.4.3.nix
+++ b/pkgs/development/compilers/ghc/8.4.3.nix
@@ -22,7 +22,7 @@
 
 , # Whether to build dynamic libs for the standard library (on the target
   # platform). Static libs are always built.
-  enableShared ? !targetPlatform.isWindows && !targetPlatform.useAndroidPrebuilt && !targetPlatform.useiOSPrebuilt
+  enableShared ? !targetPlatform.isWindows && !targetPlatform.useiOSPrebuilt
 
 , # Whetherto build terminfo.
   enableTerminfo ? !targetPlatform.isWindows