From 102c690ee90cfe4d1194571c301da48f35f756fe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 8 Aug 2015 10:54:37 +0200 Subject: [PATCH] haskell-hinotify: test suite fixed upstream --- pkgs/development/haskell-modules/configuration-common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cca7b7771fa..be5c8cdabff 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -192,8 +192,7 @@ self: super: { # cabal2nix likes to generate dependencies on hinotify when hfsevents is really required # on darwin: https://github.com/NixOS/cabal2nix/issues/146. - # hinotify's test suite is broken: https://github.com/kolmodin/hinotify/issues/15. - hinotify = if pkgs.stdenv.isDarwin then self.hfsevents else dontCheck super.hinotify; + hinotify = if pkgs.stdenv.isDarwin then self.hfsevents else super.hinotify; # hfsevents needs CoreServices in scope hfsevents = if pkgs.stdenv.isDarwin