about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-27 23:16:47 +0800
committerGitHub <noreply@github.com>2024-04-27 23:16:47 +0800
commite012af610b73ac8ffd6b6a6819966e5da7a83cab (patch)
treef9a65d72808eaa9c38c85e35f7a5d4e19c92ef32 /pkgs/applications/networking
parentbf33eef6bfd725ef9ea903606d35775b28dccaf9 (diff)
parenta77b665dc8059c1daf17a3ab37102a8560ec279f (diff)
Merge pull request #307221 from Wint3rmute/rustdesk-fix-desktop-item-creation
Rustdesk: fix desktop item not being created
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/remote/rustdesk/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/rustdesk/default.nix b/pkgs/applications/networking/remote/rustdesk/default.nix
index ed3027afe84be..d220b87f2a22d 100644
--- a/pkgs/applications/networking/remote/rustdesk/default.nix
+++ b/pkgs/applications/networking/remote/rustdesk/default.nix
@@ -31,6 +31,7 @@
 , darwin
 , alsa-lib
 , makeDesktopItem
+, copyDesktopItems
 }:
 
 rustPlatform.buildRustPackage rec {
@@ -83,6 +84,7 @@ rustPlatform.buildRustPackage rec {
   ];
 
   nativeBuildInputs = [
+    copyDesktopItems
     pkg-config
     rustPlatform.bindgenHook
     wrapGAppsHook