about summary refs log tree commit diff
path: root/pkgs/applications/misc/faircamp
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-28 18:25:05 -0700
committerFrancesco Gazzetta <fgaz@fgaz.me>2023-08-29 08:58:37 +0200
commit19b1071fb3a24188662e13a0cf79cd3863cbd3b0 (patch)
tree397a42452f9566f9759169ef092b096fe4b71c2d /pkgs/applications/misc/faircamp
parent8f1fe3ca06e16b997a609850784aeb56469a8bc2 (diff)
faircamp: link to CoreServices on darwin
Diffstat (limited to 'pkgs/applications/misc/faircamp')
-rw-r--r--pkgs/applications/misc/faircamp/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/misc/faircamp/default.nix b/pkgs/applications/misc/faircamp/default.nix
index 0df585ab33ca5..df9d08dacc2ca 100644
--- a/pkgs/applications/misc/faircamp/default.nix
+++ b/pkgs/applications/misc/faircamp/default.nix
@@ -1,4 +1,5 @@
 { lib
+, stdenv
 , rustPlatform
 , fetchgit
 , makeWrapper
@@ -9,6 +10,7 @@
 , ffmpeg
 , callPackage
 , unstableGitUpdater
+, darwin
 }:
 
 rustPlatform.buildRustPackage {
@@ -39,6 +41,8 @@ rustPlatform.buildRustPackage {
     glib
     libopus
     vips
+  ] ++ lib.optionals stdenv.isDarwin [
+    darwin.apple_sdk.frameworks.CoreServices
   ];
 
   postInstall = ''