File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed
Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change 482482 } ;
483483
484484 pkgsCross = {
485+ aarch64-android-prebuilt . pkgsStatic =
486+ removePlatforms
487+ [
488+ # Android NDK package doesn't support building on
489+ "aarch64-darwin"
490+ "aarch64-linux"
491+
492+ "x86_64-darwin"
493+ ]
494+ {
495+ haskell . packages . ghc912 = {
496+ inherit
497+ ( packagePlatforms pkgs . pkgsCross . aarch64-android-prebuilt . pkgsStatic . haskell . packages . ghc912 )
498+ ghc
499+ hello
500+ microlens
501+ ;
502+ } ;
503+ } ;
504+
485505 ghcjs =
486506 removePlatforms
487507 [
515535 ;
516536 } ;
517537
518- haskell . packages . ghc912 = {
519- inherit ( packagePlatforms pkgs . pkgsCross . aarch64-android-prebuilt . haskell . packages . ghc912 )
520- ghc
521- hello
522- microlens
523- ;
524- } ;
525-
526538 haskell . packages . ghcHEAD = {
527539 inherit ( packagePlatforms pkgs . pkgsCross . ghcjs . haskell . packages . ghcHEAD )
528540 ghc
You can’t perform that action at this time.
0 commit comments