about summary refs log tree commit diff
path: root/pkgs/applications/audio/mmtc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/mmtc/default.nix')
-rw-r--r--pkgs/applications/audio/mmtc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/mmtc/default.nix b/pkgs/applications/audio/mmtc/default.nix
index ccbe14d767252..8227d12bbcb5b 100644
--- a/pkgs/applications/audio/mmtc/default.nix
+++ b/pkgs/applications/audio/mmtc/default.nix
@@ -28,5 +28,6 @@ rustPlatform.buildRustPackage rec {
     changelog = "https://github.com/figsoda/mmtc/blob/v${version}/CHANGELOG.md";
     license = licenses.mpl20;
     maintainers = with maintainers; [ figsoda ];
+    mainProgram = "mmtc";
   };
 }