tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
qoauth: add licenes
Markus Kowalewski
7 years ago
4dc8e779
363c9930
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
qoauth
default.nix
+2
-2
pkgs/development/libraries/qoauth/default.nix
···
21
21
NIX_CFLAGS_COMPILE = [ "-I${qca2-qt5}/include/Qca-qt5/QtCrypto" ];
22
22
NIX_LDFLAGS = [ "-lqca-qt5" ];
23
23
24
24
-
meta = {
24
24
+
meta = with stdenv.lib; {
25
25
description = "Qt library for OAuth authentication";
26
26
inherit (qt5.qtbase.meta) platforms;
27
27
-
maintainers = [ ];
27
27
+
license = licenses.lgpl21;
28
28
};
29
29
}