summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2021-07-24 21:12:00 +0900
committer(cdep)illabout <cdep.illabout@gmail.com>2021-07-24 21:13:42 +0900
commit95cd2f7a1f7cedaf4fe9b64a9fca8c10afae75b2 (patch)
treeff986c64ea593420d0cf49fcb37be9e6f9ca4350 /pkgs
parentaca8a4e36d48d6fb2e1af8718930721002de7f27 (diff)
downloadnixpkgs-95cd2f7a1f7cedaf4fe9b64a9fca8c10afae75b2.tar
nixpkgs-95cd2f7a1f7cedaf4fe9b64a9fca8c10afae75b2.tar.gz
nixpkgs-95cd2f7a1f7cedaf4fe9b64a9fca8c10afae75b2.tar.bz2
nixpkgs-95cd2f7a1f7cedaf4fe9b64a9fca8c10afae75b2.tar.lz
nixpkgs-95cd2f7a1f7cedaf4fe9b64a9fca8c10afae75b2.tar.xz
nixpkgs-95cd2f7a1f7cedaf4fe9b64a9fca8c10afae75b2.tar.zst
nixpkgs-95cd2f7a1f7cedaf4fe9b64a9fca8c10afae75b2.zip
release-haskell: fix comment on pkgsMusl.haskellPackages
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release-haskell.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix
index 636f0f2b15e..5173ec6cb36 100644
--- a/pkgs/top-level/release-haskell.nix
+++ b/pkgs/top-level/release-haskell.nix
@@ -258,8 +258,14 @@ let
       pkgsMusl.haskellPackages =
         removePlatforms
           [
-            "aarch64-linux" # aarch64 does not appear to be supported
-            "x86_64-darwin" # musl only supports linux
+            # pkgsMusl is compiled natively with musl.  It is not
+            # cross-compiled (unlike pkgsStatic).  We can only
+            # natively bootstrap GHC with musl on x86_64-linux because
+            # upstream doesn't provide a musl bindist for aarch64.
+            "aarch64-linux"
+
+            # musl only supports linux, not darwin.
+            "x86_64-darwin"
           ]
           {
             inherit (packagePlatforms pkgs.pkgsMusl.haskellPackages)