libzip: add license

This commit is contained in:
Markus Kowalewski
2018-08-09 11:13:29 +02:00
parent a4a2648ad8
commit 08efbbd13b

View File

@@ -26,9 +26,10 @@ stdenv.mkDerivation rec {
( cd $dev/include ; ln -s ../lib/libzip/include/zipconf.h zipconf.h )
'';
meta = {
meta = with stdenv.lib; {
homepage = https://www.nih.at/libzip;
description = "A C library for reading, creating and modifying zip archives";
platforms = stdenv.lib.platforms.unix;
license = licenses.bsd3;
platforms = platforms.unix;
};
}