mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-hinotify: test suite fixed upstream
This commit is contained in:
parent
711d7a87ba
commit
102c690ee9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user