forked from mirrors/nixpkgs
zip: add meta.description
This commit is contained in:
parent
b5cd66487a
commit
9f744961b8
|
@ -22,6 +22,7 @@ stdenv.mkDerivation {
|
|||
buildInputs = if enableNLS then [ libnatspec ] else [];
|
||||
|
||||
meta = {
|
||||
description = "Compressor/archiver for creating and modifying zipfiles";
|
||||
homepage = http://www.info-zip.org;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
|
|
Loading…
Reference in a new issue