gst123: add `meta.mainProgram`

authored by

Pol Dellaiera and committed by
Anderson Torres
98f70a4d cfb6ce15

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