mediathekview: Set mainProgram to "mediathek"

This commit is contained in:
Claudio Bley 2023-10-21 09:57:19 +02:00
parent 458ef9126a
commit 1121cec615

View file

@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
homepage = "https://mediathekview.de/";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl3Plus;
mainProgram = "mediathek";
maintainers = with maintainers; [ moredread ];
platforms = platforms.all;
};