haskell-hinotify: test suite won't compile
This commit is contained in:
parent
00b48f5069
commit
e75e0d9aa4
@ -191,8 +191,9 @@ self: super: {
|
|||||||
vector = if pkgs.stdenv.isi686 then appendConfigureFlag super.vector "--ghc-options=-msse2" else super.vector;
|
vector = if pkgs.stdenv.isi686 then appendConfigureFlag super.vector "--ghc-options=-msse2" else super.vector;
|
||||||
|
|
||||||
# cabal2nix likes to generate dependencies on hinotify when hfsevents is really required
|
# cabal2nix likes to generate dependencies on hinotify when hfsevents is really required
|
||||||
# on darwin: https://github.com/NixOS/cabal2nix/issues/146
|
# on darwin: https://github.com/NixOS/cabal2nix/issues/146.
|
||||||
hinotify = if pkgs.stdenv.isDarwin then self.hfsevents else super.hinotify;
|
# 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;
|
||||||
|
|
||||||
# hfsevents needs CoreServices in scope
|
# hfsevents needs CoreServices in scope
|
||||||
hfsevents = if pkgs.stdenv.isDarwin
|
hfsevents = if pkgs.stdenv.isDarwin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user