about summary refs log tree commit diff
path: root/pkgs/applications/misc/copyq
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2023-02-27 12:10:34 +0100
committerMatthieu Coudron <teto@users.noreply.github.com>2023-02-27 14:30:39 +0100
commit4fa6026eaab69736d7bbcabc78ef41dbaed17e25 (patch)
tree429cdc45ed101785cafef3a4a26f1553bf3ff9db /pkgs/applications/misc/copyq
parent2f56855cf2c310a917b4049d1e8b0ad8d38d4259 (diff)
copyq: set meta.mainProgram
Diffstat (limited to 'pkgs/applications/misc/copyq')
-rw-r--r--pkgs/applications/misc/copyq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/copyq/default.nix b/pkgs/applications/misc/copyq/default.nix
index 954d16ce3e73c..a66b4cec245eb 100644
--- a/pkgs/applications/misc/copyq/default.nix
+++ b/pkgs/applications/misc/copyq/default.nix
@@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ artturin ];
     # NOTE: CopyQ supports windows and osx, but I cannot test these.
     platforms = platforms.linux;
+    mainProgram = "copyq";
   };
 }