ark: add package description

This commit is contained in:
Tom Hall 2019-12-07 21:32:26 +00:00
parent 7b3cf4c4e3
commit 034701b80b

View File

@ -22,6 +22,7 @@ in
mkDerivation { mkDerivation {
name = "ark"; name = "ark";
meta = { meta = {
description = "Graphical file compression/decompression utility";
license = with lib.licenses; license = with lib.licenses;
[ gpl2 lgpl3 ] ++ lib.optional unfreeEnableUnrar unfree; [ gpl2 lgpl3 ] ++ lib.optional unfreeEnableUnrar unfree;
maintainers = [ lib.maintainers.ttuegel ]; maintainers = [ lib.maintainers.ttuegel ];