release-haskell: fix comment on pkgsMusl.haskellPackages

launchpad/nixpkgs/master
(cdep)illabout 3 years ago
parent aca8a4e36d
commit 95cd2f7a1f
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 10
      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)

Loading…
Cancel
Save