From a77b665dc8059c1daf17a3ab37102a8560ec279f Mon Sep 17 00:00:00 2001 From: "mateusz.baczek@creotech.pl" Date: Sat, 27 Apr 2024 15:59:00 +0200 Subject: [PATCH] Rustdesk: fix desktop item not being created Due to copyDesktopItems not being present in nativeBuildInputs, the desktop items for Rustdesk were not created. --- pkgs/applications/networking/remote/rustdesk/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/remote/rustdesk/default.nix b/pkgs/applications/networking/remote/rustdesk/default.nix index ed3027afe84b..d220b87f2a22 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