g500-control: Add meta.platforms.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich 2013-03-27 20:59:57 +01:00
parent e70954f8c8
commit da90131e5a
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
homepage = http://code.google.com/p/g500-control/;
description = "Configure Logitech G500's internal profile under Linux";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};
}