mkvtoolnix-gui: set meta.mainProgram
This commit is contained in:
parent
7b06206fa2
commit
0fbaf1aeee
@ -127,6 +127,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Cross-platform tools for Matroska";
|
||||
homepage = "https://mkvtoolnix.download/";
|
||||
license = licenses.gpl2Only;
|
||||
mainProgram = if withGUI then "mkvtoolnix-gui" else "mkvtoolnix";
|
||||
maintainers = with maintainers; [ codyopel rnhmjoj ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user