zlib: add description and license info
This commit is contained in:
parent
97d4dec58c
commit
b5cd66487a
|
@ -44,4 +44,9 @@ stdenv.mkDerivation rec {
|
|||
cygwinConfigureEnableShared = true;
|
||||
|
||||
passthru.version = version;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Lossless data-compression library";
|
||||
license = licenses.zlib;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue