qoauth: add licenes
This commit is contained in:
parent
363c9930d7
commit
4dc8e779f6
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user