axoloti/libusb1: add license

This commit is contained in:
Markus Kowalewski
2018-09-01 16:11:19 +02:00
parent 958bdc313c
commit b2710b53ab
+3 -3
View File
@@ -29,10 +29,10 @@ stdenv.mkDerivation rec {
sed 's,-ludev,-L${systemd.lib}/lib -ludev,' -i $out/lib/libusb-1.0.la
'';
meta = {
meta = with stdenv.lib; {
homepage = http://www.libusb.info;
description = "User-space USB library";
platforms = stdenv.lib.platforms.unix;
maintainers = [ ];
platforms = platforms.unix;
license = licenses.lgpl21;
};
}