From 3fee306655f64bb71912aebe5d6bfde5c567148e Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 9 Sep 2018 13:59:18 +1000 Subject: [PATCH] Fixing `nix-build` issue on OSX where `CoreServices` was not found. --- stack2nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack2nix.nix b/stack2nix.nix index c6d1b2c..570c2a4 100644 --- a/stack2nix.nix +++ b/stack2nix.nix @@ -16478,7 +16478,7 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;}; description = "File/folder watching for OS X"; license = stdenv.lib.licenses.bsd3; platforms = [ "x86_64-darwin" ]; - }) {inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa;}; + }) {inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa CoreServices;}; "hidapi" = callPackage ({ mkDerivation, base, bytestring, deepseq, deepseq-generics , stdenv, systemd