mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
Block a user