mkvtoolnix-gui: set meta.mainProgram
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user