pkgsStatic.haskell.packages.ghc96.ghc: mark broken
Reference https://github.com/NixOS/nixpkgs/issues/208959
This commit is contained in:
parent
bd583b6169
commit
f805a39448
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue