summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorLuka Blaskovic <lblasc@tvbeat.com>2020-01-18 17:54:57 +0000
committerworldofpeace <worldofpeace@protonmail.ch>2020-01-30 18:35:29 -0500
commitf6160bc6eb3ef586091aeba077ae4aaabd0a09a8 (patch)
treee28027fcd4a15439d66597f2a6fc298396b944c7 /pkgs/development/compilers/ghc
parentcba2e83255bde37efae3000cfbc1876a4fab2f1a (diff)
downloadnixpkgs-f6160bc6eb3ef586091aeba077ae4aaabd0a09a8.tar
nixpkgs-f6160bc6eb3ef586091aeba077ae4aaabd0a09a8.tar.gz
nixpkgs-f6160bc6eb3ef586091aeba077ae4aaabd0a09a8.tar.bz2
nixpkgs-f6160bc6eb3ef586091aeba077ae4aaabd0a09a8.tar.lz
nixpkgs-f6160bc6eb3ef586091aeba077ae4aaabd0a09a8.tar.xz
nixpkgs-f6160bc6eb3ef586091aeba077ae4aaabd0a09a8.tar.zst
nixpkgs-f6160bc6eb3ef586091aeba077ae4aaabd0a09a8.zip
haskell.compiler.ghc822Binary: use default llvm version on aarch64
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/8.2.2-binary.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghc/8.2.2-binary.nix b/pkgs/development/compilers/ghc/8.2.2-binary.nix
index d68bf7e24b5..1f24b9a1ff2 100644
--- a/pkgs/development/compilers/ghc/8.2.2-binary.nix
+++ b/pkgs/development/compilers/ghc/8.2.2-binary.nix
@@ -1,5 +1,5 @@
 { stdenv, substituteAll
-, fetchurl, perl, gcc, llvm_39
+, fetchurl, perl, gcc, llvm
 , ncurses5, gmp, glibc, libiconv
 }:
 
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
     or (throw "cannot bootstrap GHC on this platform"));
 
   nativeBuildInputs = [ perl ];
-  buildInputs = stdenv.lib.optionals (stdenv.targetPlatform.isAarch32 || stdenv.targetPlatform.isAarch64) [ llvm_39 ];
+  buildInputs = stdenv.lib.optionals (stdenv.targetPlatform.isAarch32 || stdenv.targetPlatform.isAarch64) [ llvm ];
 
   # Cannot patchelf beforehand due to relative RPATHs that anticipate
   # the final install location/