Unverified Commit 99b06326 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

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.
parent ba03cc76
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -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
            [