Set some meta.platforms
Also fix meta.platform -> meta.platforms in a few places.
This commit is contained in:
@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = http://www.linux-usb.org/;
|
||||
description = "Tools for working with USB devices, such as lsusb";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user