about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-16 15:19:21 -0500
committerGitHub <noreply@github.com>2024-01-16 15:19:21 -0500
commit71b884c2db2922a1355a704076884787802fbdfe (patch)
treecfb93c7ca98544fe2ab03d65fd08be151d18ddbb /pkgs/applications/networking/remote
parentc8c617e4735953976ec0048745894ceea090e2b2 (diff)
parentae8abf36cfcdad2ccc3bf3e9c4ca7089021c51e7 (diff)
Merge pull request #281319 from chewblacka/fix-anydesk
anydesk: fix desktop file
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/anydesk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/anydesk/default.nix b/pkgs/applications/networking/remote/anydesk/default.nix
index 1f60abbcf970a..5155e29a0bda5 100644
--- a/pkgs/applications/networking/remote/anydesk/default.nix
+++ b/pkgs/applications/networking/remote/anydesk/default.nix
@@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
   desktopItems = [
     (makeDesktopItem {
       name = "AnyDesk";
-      exec = "${placeholder "out"}/bin/anydesk %u";
+      exec = "anydesk %u";
       icon = "anydesk";
       desktopName = "AnyDesk";
       genericName = description;