usbutils: add license

This commit is contained in:
Markus Kowalewski 2018-08-30 22:00:16 +02:00
parent 4927ecbf25
commit 85c3661c08
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -17,9 +17,10 @@ stdenv.mkDerivation rec {
--replace /usr/share/usb.ids ${hwdata}/data/hwdata/usb.ids
'';
meta = {
meta = with stdenv.lib; {
homepage = http://www.linux-usb.org/;
description = "Tools for working with USB devices, such as lsusb";
platforms = stdenv.lib.platforms.linux;
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
}