We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cefde commit 7041bc7Copy full SHA for 7041bc7
1 file changed
pkgs/development/haskell-modules/configuration-darwin.nix
@@ -35,6 +35,7 @@ self: super: ({
35
double-conversion = addExtraLibrary pkgs.libcxx super.double-conversion;
36
37
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;
39
40
apecs-physics = addPkgconfigDepends [
41
darwin.apple_sdk.frameworks.ApplicationServices
0 commit comments