tslib: set meta.platforms to linux

I noticed it was failing for Darwin on zh.fail. Set platforms to stop it
from building.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>

+1 -1
+1 -1
pkgs/by-name/ts/tslib/package.nix
··· 25 25 description = "Touchscreen access library"; 26 26 homepage = "http://www.tslib.org/"; 27 27 license = lib.licenses.lgpl21; 28 - platforms = lib.platforms.all; 28 + platforms = lib.platforms.linux; # requires linux headers <linux/input.h> 29 29 maintainers = with lib.maintainers; [ shogo ]; 30 30 teams = with lib.teams; [ ngi ]; 31 31 };