haskellPackages: fix aarch64-android-prebuilt release-haskell jobset

This commit is contained in:
Alexandre Esteves
2025-06-05 15:46:13 +01:00
parent a7beb46aa7
commit 3799b9e061
+20 -8
View File
@@ -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