1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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