mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
hid-listen: change platforms to linux only
package fails to build on darwin, it doesn't seem clang compatible and hardcodes certain framework paths
This commit is contained in:
parent
75454c3122
commit
dbe79a7d20
@ -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…
Reference in New Issue
Block a user