about summary refs log tree commit diff
path: root/pkgs/applications/audio/pipecontrol/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/pipecontrol/default.nix')
-rw-r--r--pkgs/applications/audio/pipecontrol/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/pipecontrol/default.nix b/pkgs/applications/audio/pipecontrol/default.nix
index 0f302bc72e5d..1586be58e3cf 100644
--- a/pkgs/applications/audio/pipecontrol/default.nix
+++ b/pkgs/applications/audio/pipecontrol/default.nix
@@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Pipewire control GUI program in Qt (Kirigami2)";
+    mainProgram = "pipecontrol";
     homepage = "https://github.com/portaloffreedom/pipecontrol";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ tilcreator ];