From 4fa6026eaab69736d7bbcabc78ef41dbaed17e25 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Mon, 27 Feb 2023 12:10:34 +0100 Subject: [PATCH] copyq: set meta.mainProgram --- pkgs/applications/misc/copyq/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/copyq/default.nix b/pkgs/applications/misc/copyq/default.nix index 954d16ce3e73..a66b4cec245e 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"; }; }