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>
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Touchscreen access library";
|
||||
homepage = "http://www.tslib.org/";
|
||||
license = lib.licenses.lgpl21;
|
||||
platforms = lib.platforms.all;
|
||||
platforms = lib.platforms.linux; # requires linux headers <linux/input.h>
|
||||
maintainers = with lib.maintainers; [ shogo ];
|
||||
teams = with lib.teams; [ ngi ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user