Skip to content

Commit

Permalink
pkgsStatic.haskell.packages.ghc96.ghc: mark broken
Browse files Browse the repository at this point in the history
Reference #208959
  • Loading branch information
sternenseemann committed Jan 11, 2024
1 parent bd583b6 commit f805a39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/compilers/ghc/common-hadrian.nix
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@ stdenv.mkDerivation ({
] ++ lib.teams.haskell.members;
timeout = 24 * 3600;
inherit (ghc.meta) license platforms;
# https://github.com/NixOS/nixpkgs/issues/208959
broken =
(lib.versionAtLeast version "9.6" && lib.versionOlder version "9.8")
&& stdenv.targetPlatform.isStatic;
};

dontStrip = targetPlatform.useAndroidPrebuilt || targetPlatform.isWasm;
Expand Down

0 comments on commit f805a39

Please sign in to comment.