redland: add license + description

This commit is contained in:
Markus Kowalewski 2018-10-18 21:38:37 +02:00
parent a504cfa190
commit 0d12ce52e4
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -38,8 +38,10 @@ stdenv.mkDerivation rec {
doCheck = false; # fails 1 out of 17 tests with a segmentation fault
meta = {
meta = with stdenv.lib; {
description = "C libraries that provide support for the Resource Description Framework (RDF)";
homepage = http://librdf.org/;
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.asl20;
};
}