summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-11-19 03:03:52 +0200
committerGitHub <noreply@github.com>2023-11-19 03:03:52 +0200
commit6d66dd91443d4a10e0bfe3920bff0770fb953258 (patch)
tree3c9beba5701d81bae2cb4fd969117d4c45ac37d5
parent354ee675e2220e606ef7eb6845ecb492a58fb81a (diff)
parentb9f5606a55c23b49b005855a3ab8753b6ee14c7c (diff)
downloadnixpkgs-6d66dd91443d4a10e0bfe3920bff0770fb953258.tar
nixpkgs-6d66dd91443d4a10e0bfe3920bff0770fb953258.tar.gz
nixpkgs-6d66dd91443d4a10e0bfe3920bff0770fb953258.tar.bz2
nixpkgs-6d66dd91443d4a10e0bfe3920bff0770fb953258.tar.lz
nixpkgs-6d66dd91443d4a10e0bfe3920bff0770fb953258.tar.xz
nixpkgs-6d66dd91443d4a10e0bfe3920bff0770fb953258.tar.zst
nixpkgs-6d66dd91443d4a10e0bfe3920bff0770fb953258.zip
Merge pull request #267312 from gileri/rustdesk-tray
-rw-r--r--pkgs/applications/networking/remote/rustdesk/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/rustdesk/default.nix b/pkgs/applications/networking/remote/rustdesk/default.nix
index 2a06e3f9da5..a4b7cf7ccb4 100644
--- a/pkgs/applications/networking/remote/rustdesk/default.nix
+++ b/pkgs/applications/networking/remote/rustdesk/default.nix
@@ -11,6 +11,7 @@
 , glib
 , gst_all_1
 , gtk3
+, libayatana-appindicator
 , libgit2
 , libpulseaudio
 , libsodium
@@ -145,6 +146,10 @@ rustPlatform.buildRustPackage rec {
     install -Dm0644 $src/res/logo.svg $out/share/icons/hicolor/scalable/apps/rustdesk.svg
   '';
 
+  postFixup = ''
+    patchelf --add-rpath "${libayatana-appindicator}/lib" "$out/lib/rustdesk/rustdesk"
+  '';
+
   env = {
     SODIUM_USE_PKG_CONFIG = true;
     ZSTD_SYS_USE_PKG_CONFIG = true;