haskellPackages: fix aarch64-android-prebuilt release-haskell jobset
This commit is contained in:
@@ -482,6 +482,26 @@ let
|
||||
};
|
||||
|
||||
pkgsCross = {
|
||||
aarch64-android-prebuilt.pkgsStatic =
|
||||
removePlatforms
|
||||
[
|
||||
# Android NDK package doesn't support building on
|
||||
"aarch64-darwin"
|
||||
"aarch64-linux"
|
||||
|
||||
"x86_64-darwin"
|
||||
]
|
||||
{
|
||||
haskell.packages.ghc912 = {
|
||||
inherit
|
||||
(packagePlatforms pkgs.pkgsCross.aarch64-android-prebuilt.pkgsStatic.haskell.packages.ghc912)
|
||||
ghc
|
||||
hello
|
||||
microlens
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
ghcjs =
|
||||
removePlatforms
|
||||
[
|
||||
@@ -515,14 +535,6 @@ let
|
||||
;
|
||||
};
|
||||
|
||||
haskell.packages.ghc912 = {
|
||||
inherit (packagePlatforms pkgs.pkgsCross.aarch64-android-prebuilt.haskell.packages.ghc912)
|
||||
ghc
|
||||
hello
|
||||
microlens
|
||||
;
|
||||
};
|
||||
|
||||
haskell.packages.ghcHEAD = {
|
||||
inherit (packagePlatforms pkgs.pkgsCross.ghcjs.haskell.packages.ghcHEAD)
|
||||
ghc
|
||||
|
||||
Reference in New Issue
Block a user