From f805a394487072d8ce1ed2d530c7519a895abd3a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 11 Jan 2024 14:14:56 +0100 Subject: pkgsStatic.haskell.packages.ghc96.ghc: mark broken Reference https://github.com/NixOS/nixpkgs/issues/208959 --- pkgs/development/compilers/ghc/common-hadrian.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development/compilers/ghc') diff --git a/pkgs/development/compilers/ghc/common-hadrian.nix b/pkgs/development/compilers/ghc/common-hadrian.nix index f4d2a279a678..465db3a25296 100644 --- a/pkgs/development/compilers/ghc/common-hadrian.nix +++ b/pkgs/development/compilers/ghc/common-hadrian.nix @@ -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; -- cgit 1.4.1