Merge pull request #75175 from Thra11/ark-description

ark: Add package description
This commit is contained in:
Thomas Tuegel
2019-12-07 18:43:13 -06:00
committed by GitHub
+1
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 ];