gst123: add `meta.mainProgram`

authored by

Pol Dellaiera and committed by
Anderson Torres
98f70a4d cfb6ce15

+1
+1
pkgs/applications/audio/gst123/default.nix
··· 44 description = "GStreamer based command line media player"; 45 homepage = "https://space.twc.de/~stefan/gst123.php"; 46 license = licenses.lgpl2Plus; 47 maintainers = with maintainers; [ swesterfeld ]; 48 inherit (ncurses.meta) platforms; 49 broken = stdenv.isDarwin;
··· 44 description = "GStreamer based command line media player"; 45 homepage = "https://space.twc.de/~stefan/gst123.php"; 46 license = licenses.lgpl2Plus; 47 + mainProgram = "gst123"; 48 maintainers = with maintainers; [ swesterfeld ]; 49 inherit (ncurses.meta) platforms; 50 broken = stdenv.isDarwin;