Merge pull request #121494 from sternenseemann/ghcWithPackages-withLLVM
ghcWithPackages: set withLLVM if hostPlatform is not x86_64
This commit is contained in:
commit
35904780ea
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib, stdenv, ghc, llvmPackages, packages, symlinkJoin, makeWrapper
|
||||
, withLLVM ? false
|
||||
, withLLVM ? !(stdenv.hostPlatform.isx86_64 || stdenv.hostPlatform.isPowerPC)
|
||||
, postBuild ? ""
|
||||
, ghcLibdir ? null # only used by ghcjs, when resolving plugins
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue