about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-darwin.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2022-02-25 23:34:54 +0100
committerMalte Brandy <malte.brandy@maralorn.de>2022-02-25 23:34:54 +0100
commit69ae736f009e68da2b9c824fb30d6c5a0451a1d9 (patch)
tree56b9fd8c614e0c34bdd5c1444b8684b13451d8b6 /pkgs/development/haskell-modules/configuration-darwin.nix
parent2833bd5f7cc613c5d5acbc0f30cbcbc8bb1981ef (diff)
haskellPackages.streamly: Fix darwin build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-darwin.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index bfc6f1f35a2fa..825262fe4b478 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -30,6 +30,8 @@ self: super: ({
 
   double-conversion = addExtraLibrary pkgs.libcxx super.double-conversion;
 
+  streamly = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.streamly;
+
   apecs-physics = addPkgconfigDepends [
     darwin.apple_sdk.frameworks.ApplicationServices
   ] super.apecs-physics;