mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
fsnotify: use the hfsevents notify back-end when build on non-Linux platforms
This patch (hopefully) fixes the Darwin build.
This commit is contained in:
parent
e6d15e9d28
commit
87e2ac71ad
@ -870,7 +870,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
freeGame = callPackage ../development/libraries/haskell/free-game {};
|
freeGame = callPackage ../development/libraries/haskell/free-game {};
|
||||||
|
|
||||||
fsnotify = callPackage ../development/libraries/haskell/fsnotify {};
|
fsnotify = callPackage ../development/libraries/haskell/fsnotify {
|
||||||
|
hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.hfsevents;
|
||||||
|
};
|
||||||
|
|
||||||
freetype2 = callPackage ../development/libraries/haskell/freetype2 {};
|
freetype2 = callPackage ../development/libraries/haskell/freetype2 {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user