From 99b063263c4c589e4c9cf130b3d7cfb2c856e901 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 14 Dec 2025 13:56:30 +0100 Subject: [PATCH] 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. --- pkgs/top-level/release-haskell.nix | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index ad6b4ec94f2b..17b826329573 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -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 [