File tree Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ with pkgs.haskell.lib;
6
6
overrides = self : super : {
7
7
# TODO: separate out output
8
8
stack2nix = justStaticExecutables super . stack2nix ;
9
+
9
10
# https://github.com/commercialhaskell/lts-haskell/issues/149
10
11
stack = doJailbreak super . stack ;
11
12
@@ -14,10 +15,5 @@ with pkgs.haskell.lib;
14
15
15
16
# https://github.com/NixOS/cabal2nix/issues/146
16
17
hinotify = if pkgs . stdenv . isDarwin then self . hfsevents else super . hinotify ;
17
- # Darwin fixes upstreamed in nixpkgs commit 71bebd52547f4486816fd320bb3dc6314f139e67
18
- hfsevents = self . callPackage ./hfsevents.nix { inherit ( pkgs . darwin . apple_sdk . frameworks ) Cocoa CoreServices ; } ;
19
- fsnotify = if pkgs . stdenv . isDarwin
20
- then addBuildDepend ( dontCheck super . fsnotify ) pkgs . darwin . apple_sdk . frameworks . Cocoa
21
- else dontCheck super . fsnotify ;
22
18
} ;
23
19
} ) . stack2nix
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments