haskellPackages.streamly-0.9.0: Add required framework on Darwin

This commit is contained in:
Ellie Hermaszewska 2023-05-31 08:25:17 +08:00
parent e4cefde08a
commit 7041bc7a1f
No known key found for this signature in database

View File

@ -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