Skip to content

Commit 7041bc7

Browse files
committed
haskellPackages.streamly-0.9.0: Add required framework on Darwin
1 parent e4cefde commit 7041bc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/development/haskell-modules/configuration-darwin.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ self: super: ({
3535
double-conversion = addExtraLibrary pkgs.libcxx super.double-conversion;
3636

3737
streamly = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.streamly;
38+
streamly_0_9_0 = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.streamly_0_9_0;
3839

3940
apecs-physics = addPkgconfigDepends [
4041
darwin.apple_sdk.frameworks.ApplicationServices

0 commit comments

Comments
 (0)