release-haskell: remove pkgsCross.aarch64-android-prebuilt.pkgsStatic

Nesting pkgsCross.pkgsStatic doesn't work properly for android-prebuilt,
it will result in a build with musl.
This commit is contained in:
Wolfgang Walther
2025-12-14 13:56:30 +01:00
parent ba03cc7657
commit 99b063263c
-20
View File
@@ -431,26 +431,6 @@ 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
[