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;
|
homepage = https://www.pjrc.com/teensy/hid_listen.html;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ tomsmeets ];
|
maintainers = with maintainers; [ tomsmeets ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user