Skip to content

Commit 88fd8be

Browse files
committed
cleanup default.nix
1 parent c3cef8f commit 88fd8be

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

default.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ with pkgs.haskell.lib;
66
overrides = self: super: {
77
# TODO: separate out output
88
stack2nix = justStaticExecutables super.stack2nix;
9+
910
# https://github.com/commercialhaskell/lts-haskell/issues/149
1011
stack = doJailbreak super.stack;
1112

@@ -14,10 +15,5 @@ with pkgs.haskell.lib;
1415

1516
# https://github.com/NixOS/cabal2nix/issues/146
1617
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;
2218
};
2319
}).stack2nix

hfsevents.nix

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)