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 [];
|
buildInputs = if enableNLS then [ libnatspec ] else [];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
description = "Compressor/archiver for creating and modifying zipfiles";
|
||||||
homepage = http://www.info-zip.org;
|
homepage = http://www.info-zip.org;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
|
|
Loading…
Reference in New Issue