libzip: add license

This commit is contained in:
Markus Kowalewski 2018-08-09 11:13:29 +02:00
parent a4a2648ad8
commit 08efbbd13b
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48
1 changed files with 3 additions and 2 deletions

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