From c0b5213aad3b906b7403c439c91075bfcd42265d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 18 Jul 2016 19:25:56 +0200 Subject: [PATCH] haskell-hfsevents: remove obsolete override cabal2nix generates correct build instructions now. Fixes https://github.com/NixOS/nixpkgs/pull/17046. --- pkgs/development/haskell-modules/configuration-common.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index dad8a9f8f42d..2b721b751e9a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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