p7zip: add meta.mainProgram
This commit is contained in:
@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A new p7zip fork with additional codecs and improvements (forked from https://sourceforge.net/projects/p7zip/)";
|
description = "A new p7zip fork with additional codecs and improvements (forked from https://sourceforge.net/projects/p7zip/)";
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = [ lib.maintainers.raskin ];
|
maintainers = [ lib.maintainers.raskin ];
|
||||||
|
mainProgram = "7z";
|
||||||
# RAR code is under non-free UnRAR license, but we remove it
|
# RAR code is under non-free UnRAR license, but we remove it
|
||||||
license = if enableUnfree then lib.licenses.unfree else lib.licenses.lgpl2Plus;
|
license = if enableUnfree then lib.licenses.unfree else lib.licenses.lgpl2Plus;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user