about summary refs log tree commit diff
path: root/pkgs/applications/audio/patchance/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/patchance/default.nix')
-rw-r--r--pkgs/applications/audio/patchance/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/patchance/default.nix b/pkgs/applications/audio/patchance/default.nix
index 7770065b3d1c..86e1d2745b96 100644
--- a/pkgs/applications/audio/patchance/default.nix
+++ b/pkgs/applications/audio/patchance/default.nix
@@ -42,6 +42,7 @@ buildPythonApplication rec {
   meta = with lib; {
     homepage = "https://github.com/Houston4444/Patchance";
     description = "JACK Patchbay GUI";
+    mainProgram = "patchance";
     license = licenses.gpl2;
     maintainers = with maintainers; [ orivej ];
     platforms = platforms.linux;