···204204 # on darwin: https://github.com/NixOS/cabal2nix/issues/146.
205205 hinotify = if pkgs.stdenv.isDarwin then self.hfsevents else super.hinotify;
206206207207- # hfsevents needs CoreServices in scope
208208- hfsevents = if pkgs.stdenv.isDarwin
209209- then with pkgs.darwin.apple_sdk.frameworks; addBuildTool (addBuildDepends super.hfsevents [Cocoa]) CoreServices
210210- else super.hfsevents;
211211-212207 # FSEvents API is very buggy and tests are unreliable. See
213208 # http://openradar.appspot.com/10207999 and similar issues.
214209 # https://github.com/haskell-fswatch/hfsnotify/issues/62