about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorJian Lin <75130626+jian-lin@users.noreply.github.com>2023-08-13 04:24:01 +0800
committerGitHub <noreply@github.com>2023-08-12 16:24:01 -0400
commit74b66861c0790a1a9e99614af4d479ad311089ed (patch)
treeb7c5829588be6dbd2338cbbebfd5b3b1e3ba1389 /pkgs/applications/video
parent16db090af7de7a196ca84e52c3dfb95477cd6a54 (diff)
treewide: add meta.mainProgram (#248750)
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/dmlive/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/dmlive/default.nix b/pkgs/applications/video/dmlive/default.nix
index b2d215ebee739..5c198ae0dcfa7 100644
--- a/pkgs/applications/video/dmlive/default.nix
+++ b/pkgs/applications/video/dmlive/default.nix
@@ -37,6 +37,7 @@ rustPlatform.buildRustPackage rec {
     description = "A tool to play and record videos or live streams with danmaku";
     homepage = "https://github.com/THMonster/dmlive";
     license = licenses.mit;
+    mainProgram = "dmlive";
     maintainers = with maintainers; [ nickcao ];
   };
 }