axoloti/libusb1: add license
This commit is contained in:
parent
958bdc313c
commit
b2710b53ab
@ -29,10 +29,10 @@ stdenv.mkDerivation rec {
|
|||||||
sed 's,-ludev,-L${systemd.lib}/lib -ludev,' -i $out/lib/libusb-1.0.la
|
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;
|
homepage = http://www.libusb.info;
|
||||||
description = "User-space USB library";
|
description = "User-space USB library";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ ];
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user