From a2c2ebc1d1cb48397d97472e0080dbcae795600f Mon Sep 17 00:00:00 2001 From: Linus Vettiger Date: Sun, 24 Nov 2024 13:06:27 +0100 Subject: [PATCH] haskellPackages.sym: mark broken on darwin --- pkgs/development/haskell-modules/configuration-darwin.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index 71eacac9d63b..e5e1bd62c3df 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -139,6 +139,8 @@ self: super: ({ '' + (oldAttrs.preCompileBuildDriver or ""); }) super.llvm-hs; + sym = markBroken super.sym; + yesod-bin = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.yesod-bin; yesod-core = super.yesod-core.overrideAttrs (drv: {