qoauth: add licenes

This commit is contained in:
Markus Kowalewski 2018-10-27 14:56:07 +02:00
parent 363c9930d7
commit 4dc8e779f6
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -21,9 +21,9 @@ stdenv.mkDerivation {
NIX_CFLAGS_COMPILE = [ "-I${qca2-qt5}/include/Qca-qt5/QtCrypto" ]; NIX_CFLAGS_COMPILE = [ "-I${qca2-qt5}/include/Qca-qt5/QtCrypto" ];
NIX_LDFLAGS = [ "-lqca-qt5" ]; NIX_LDFLAGS = [ "-lqca-qt5" ];
meta = { meta = with stdenv.lib; {
description = "Qt library for OAuth authentication"; description = "Qt library for OAuth authentication";
inherit (qt5.qtbase.meta) platforms; inherit (qt5.qtbase.meta) platforms;
maintainers = [ ]; license = licenses.lgpl21;
}; };
} }