···1112 propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];
13000014 meta = with stdenv.lib; {
15 description = "A program to use a reMarkable as a graphics tablet";
16 homepage = "https://github.com/evidlo/remarkable_mouse";
···1112 propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];
1314+ # no tests
15+ doCheck = false;
16+ pythonImportsCheck = [ "remarkable_mouse" ];
17+18 meta = with stdenv.lib; {
19 description = "A program to use a reMarkable as a graphics tablet";
20 homepage = "https://github.com/evidlo/remarkable_mouse";