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
commit fd80ac67ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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