neon: add license

This commit is contained in:
Markus Kowalewski
2018-10-25 22:56:22 +02:00
parent 2cc4200de0
commit 19d1cafb9e
2 changed files with 6 additions and 4 deletions
+3 -2
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;
}; };
} }
+3 -2
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;
}; };
} }