hid-listen: change platforms to linux only

package fails to build on darwin, it doesn't seem clang compatible
and hardcodes certain framework paths
wip/yesman
Benno Fünfstück 7 years ago
parent 75454c3122
commit dbe79a7d20
  1. 2
      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;
};
}

Loading…
Cancel
Save