about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-darwin.nix
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2023-05-31 08:25:17 +0800
committerEllie Hermaszewska <git@monoid.al>2023-05-31 08:26:53 +0800
commit7041bc7a1fef67cadafda2dcec55d79708310002 (patch)
treea5aeb77a44ef9c5097bf22e700bcd0fda77d45fb /pkgs/development/haskell-modules/configuration-darwin.nix
parente4cefde08ad4605793e3c1590e2d0bef9b6b0391 (diff)
haskellPackages.streamly-0.9.0: Add required framework on Darwin
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-darwin.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index a5bac147d148a..b800debe15eed 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -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