haskellPackages.ghc-gc-hook: does not support darwin

Ref https://github.com/NixOS/nixpkgs/pull/200272
This commit is contained in:
sternenseemann 2022-11-09 01:31:15 +01:00
parent 8deed80953
commit b11e56a75c
2 changed files with 2 additions and 0 deletions

View file

@ -455,6 +455,7 @@ unsupported-platforms:
FTGL: [ platforms.darwin ]
fuzzytime: [ platforms.darwin ] # https://github.com/kamwitsta/fuzzytime/issues/2
ghcjs-dom-hello: [ platforms.darwin ]
ghc-gc-hook: [ platforms.darwin ] # requires C11 threads which Apple doesn't support
gi-adwaita: [ platforms.darwin ]
gi-dbusmenugtk3: [ platforms.darwin ]
gi-dbusmenu: [ platforms.darwin ]

View file

@ -109933,6 +109933,7 @@ self: {
testHaskellDepends = [ base clock ];
description = "GHC garbage collection hook";
license = lib.licenses.bsd3;
badPlatforms = lib.platforms.darwin;
}) {};
"ghc-gc-tune" = callPackage