···43 or (throw "cannot bootstrap GHC on this platform"));
4445 nativeBuildInputs = [ perl ];
46- buildInputs = stdenv.lib.optionals stdenv.isArm [ llvm_35 ];
4748 # Cannot patchelf beforehand due to relative RPATHs that anticipate
49 # the final install location/
···43 or (throw "cannot bootstrap GHC on this platform"));
4445 nativeBuildInputs = [ perl ];
46+ buildInputs = stdenv.lib.optionals stdenv.targetPlatform.isArm [ llvm_35 ];
4748 # Cannot patchelf beforehand due to relative RPATHs that anticipate
49 # the final install location/