about summary refs log tree commit diff
path: root/pkgs/applications/audio/gst123
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-08-14 19:07:37 +0200
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-14 19:54:26 +0000
commit98f70a4dadf25eb825b3efebe79e6247f160cd72 (patch)
treed217bcdb090b9b74893a39b2810ebd8f0dd777b2 /pkgs/applications/audio/gst123
parentcfb6ce15d6cc0bcc69a2442e59da22994c657f07 (diff)
gst123: add `meta.mainProgram`
Diffstat (limited to 'pkgs/applications/audio/gst123')
-rw-r--r--pkgs/applications/audio/gst123/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/gst123/default.nix b/pkgs/applications/audio/gst123/default.nix
index 7262755b80d74..f6f4d11ca7054 100644
--- a/pkgs/applications/audio/gst123/default.nix
+++ b/pkgs/applications/audio/gst123/default.nix
@@ -44,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
     description = "GStreamer based command line media player";
     homepage = "https://space.twc.de/~stefan/gst123.php";
     license = licenses.lgpl2Plus;
+    mainProgram = "gst123";
     maintainers = with maintainers; [ swesterfeld ];
     inherit (ncurses.meta) platforms;
     broken = stdenv.isDarwin;