axoloti/libusb1: add license

This commit is contained in:
Markus Kowalewski 2018-09-01 13:26:02 +02:00
parent 958bdc313c
commit b2710b53ab
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

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;
};
}