mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
Merge pull request #75175 from Thra11/ark-description
ark: Add package description
This commit is contained in:
commit
fd80ac67ac
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user