From dbe79a7d207b29c35a382a73ffa125fe2ca42d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Tue, 18 Jul 2017 15:14:56 +0200 Subject: [PATCH] hid-listen: change platforms to linux only package fails to build on darwin, it doesn't seem clang compatible and hardcodes certain framework paths --- pkgs/tools/misc/hid-listen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/hid-listen/default.nix b/pkgs/tools/misc/hid-listen/default.nix index 916a6afa66b..0ebad4f7117 100644 --- a/pkgs/tools/misc/hid-listen/default.nix +++ b/pkgs/tools/misc/hid-listen/default.nix @@ -19,6 +19,6 @@ stdenv.mkDerivation rec { homepage = https://www.pjrc.com/teensy/hid_listen.html; license = licenses.gpl3; maintainers = with maintainers; [ tomsmeets ]; - platforms = platforms.all; + platforms = platforms.linux; }; }