forked from mirrors/nixpkgs
haskellPackages.streamly-0.9.0: Add required framework on Darwin
This commit is contained in:
parent
e4cefde08a
commit
7041bc7a1f
|
@ -35,6 +35,7 @@ self: super: ({
|
|||
double-conversion = addExtraLibrary pkgs.libcxx super.double-conversion;
|
||||
|
||||
streamly = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.streamly;
|
||||
streamly_0_9_0 = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.streamly_0_9_0;
|
||||
|
||||
apecs-physics = addPkgconfigDepends [
|
||||
darwin.apple_sdk.frameworks.ApplicationServices
|
||||
|
|
Loading…
Reference in a new issue