summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-09-23 11:34:23 +0200
committersternenseemann <sternenseemann@systemli.org>2021-09-23 11:34:56 +0200
commitde37be3299551380774054e4092d99c99a2038ec (patch)
treeac7cf9f0e48c9a9466517e6dc86bad0b90517f11 /pkgs/development/compilers/ghc
parent69efe641532702787ddeb6b66af472bba1ad75f1 (diff)
downloadnixpkgs-de37be3299551380774054e4092d99c99a2038ec.tar
nixpkgs-de37be3299551380774054e4092d99c99a2038ec.tar.gz
nixpkgs-de37be3299551380774054e4092d99c99a2038ec.tar.bz2
nixpkgs-de37be3299551380774054e4092d99c99a2038ec.tar.lz
nixpkgs-de37be3299551380774054e4092d99c99a2038ec.tar.xz
nixpkgs-de37be3299551380774054e4092d99c99a2038ec.tar.zst
nixpkgs-de37be3299551380774054e4092d99c99a2038ec.zip
haskell.compiler.ghc921: update comments for darwin
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/9.2.1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghc/9.2.1.nix b/pkgs/development/compilers/ghc/9.2.1.nix
index c8eb517e997..cffd91d695d 100644
--- a/pkgs/development/compilers/ghc/9.2.1.nix
+++ b/pkgs/development/compilers/ghc/9.2.1.nix
@@ -145,6 +145,8 @@ stdenv.mkDerivation (rec {
   };
 
   patches = [
+    # picked from release branch, remove with the next release candidate,
+    # see https://gitlab.haskell.org/ghc/ghc/-/issues/19950#note_373726
     (fetchpatch {
       name = "fix-darwin-link-failure.patch";
       url = "https://gitlab.haskell.org/ghc/ghc/-/commit/77456387025ca74299ecc70621cbdb62b1b6ffc9.patch";
@@ -317,8 +319,6 @@ stdenv.mkDerivation (rec {
 
     # integer-simple builds are broken when GHC links against musl.
     # See https://github.com/NixOS/nixpkgs/pull/129606#issuecomment-881323743.
-    # Linker failure on macOS:
-    # https://gitlab.haskell.org/ghc/ghc/-/issues/19950#note_373726
     broken = enableIntegerSimple && hostPlatform.isMusl;
   };