neon: add license

This commit is contained in:
Markus Kowalewski 2018-10-25 21:34:08 +02:00
parent 2cc4200de0
commit 19d1cafb9e
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
2 changed files with 6 additions and 4 deletions

View File

@ -40,9 +40,10 @@ stdenv.mkDerivation rec {
checkInputs = [ perl ]; checkInputs = [ perl ];
doCheck = false; # fails, needs the net doCheck = false; # fails, needs the net
meta = { meta = with stdenv.lib; {
description = "An HTTP and WebDAV client library"; description = "An HTTP and WebDAV client library";
homepage = http://www.webdav.org/neon/; homepage = http://www.webdav.org/neon/;
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
license = licenses.lgpl2;
}; };
} }

View File

@ -40,9 +40,10 @@ stdenv.mkDerivation rec {
checkInputs = [ perl ]; checkInputs = [ perl ];
doCheck = false; # fails, needs the net doCheck = false; # fails, needs the net
meta = { meta = with stdenv.lib; {
description = "An HTTP and WebDAV client library"; description = "An HTTP and WebDAV client library";
homepage = http://www.webdav.org/neon/; homepage = http://www.webdav.org/neon/;
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
license = licenses.lgpl2;
}; };
} }