Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created July 11, 2016 17:45
Show Gist options
  • Save LnL7/e927958e05cd6c834371a904c2ead63a to your computer and use it in GitHub Desktop.
Save LnL7/e927958e05cd6c834371a904c2ead63a to your computer and use it in GitHub Desktop.
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 19a5581..0a855bb 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -206,7 +206,7 @@ self: super: {
# hfsevents needs CoreServices in scope
hfsevents = if pkgs.stdenv.isDarwin
- then with pkgs.darwin.apple_sdk.frameworks; addBuildTool (addBuildDepends super.hfsevents [Cocoa]) CoreServices
+ then with pkgs.darwin.apple_sdk.frameworks; addBuildTool (addBuildDepends super.hfsevents [super.cereal super.mtl super.text Cocoa]) CoreServices
else super.hfsevents;
# FSEvents API is very buggy and tests are unreliable. See
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment