mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-hfsevents: remove obsolete override
cabal2nix generates correct build instructions now. Fixes https://github.com/NixOS/nixpkgs/pull/17046.
This commit is contained in:
parent
450fa8d9a0
commit
c0b5213aad
1 changed files with 0 additions and 5 deletions
|
@ -204,11 +204,6 @@ self: super: {
|
||||||
# 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 = 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
|
# FSEvents API is very buggy and tests are unreliable. See
|
||||||
# http://openradar.appspot.com/10207999 and similar issues.
|
# http://openradar.appspot.com/10207999 and similar issues.
|
||||||
# https://github.com/haskell-fswatch/hfsnotify/issues/62
|
# https://github.com/haskell-fswatch/hfsnotify/issues/62
|
||||||
|
|
Loading…
Reference in a new issue