diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 74e4f9857d5..501d1572737 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -861,6 +861,7 @@ self: super: builtins.intersectAttrs super { FractalArt = overrideCabal super.FractalArt (drv: { librarySystemDepends = pkgs.lib.optionals pkgs.stdenv.hostPlatform.isDarwin [ pkgs.darwin.libobjc + pkgs.darwin.apple_sdk.frameworks.AppKit ] ++ (drv.librarySystemDepends or []); });