Open acowley opened 9 years ago
Rather than the current business of passing -framework flags directly to GHC in the generated default.nix files, we should add with pkgs.darwin.apple_sdk.frameworks; [$frameworks] to systemDeps.
-framework
default.nix
with pkgs.darwin.apple_sdk.frameworks; [$frameworks]
systemDeps
Rather than the current business of passing
-framework
flags directly to GHC in the generateddefault.nix
files, we should addwith pkgs.darwin.apple_sdk.frameworks; [$frameworks]
tosystemDeps
.