zip: add meta.description

This commit is contained in:
Bjørn Forsman 2014-06-23 13:35:08 +02:00
parent b5cd66487a
commit 9f744961b8

View file

@ -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 ];