Skip to content

Commit

Permalink
haskell-hfsevents: remove obsolete override
Browse files Browse the repository at this point in the history
cabal2nix generates correct build instructions now.
Fixes #17046.
  • Loading branch information
peti committed Jul 19, 2016
1 parent 450fa8d commit c0b5213
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -204,11 +204,6 @@ self: super: {
# on darwin: https://github.com/NixOS/cabal2nix/issues/146.
hinotify = if pkgs.stdenv.isDarwin then self.hfsevents else super.hinotify;

# hfsevents needs CoreServices in scope
hfsevents = if pkgs.stdenv.isDarwin
then with pkgs.darwin.apple_sdk.frameworks; addBuildTool (addBuildDepends super.hfsevents [Cocoa]) CoreServices
else super.hfsevents;

# FSEvents API is very buggy and tests are unreliable. See
# http://openradar.appspot.com/10207999 and similar issues.
# https://github.com/haskell-fswatch/hfsnotify/issues/62
Expand Down

0 comments on commit c0b5213

Please sign in to comment.