remarkable-mouse: init at 5.2.1
This commit is contained in:
parent
e729bd808d
commit
a3c6bf8c95
@ -0,0 +1,20 @@
|
||||
{ stdenv, buildPythonApplication, fetchPypi, python3Packages }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "remarkable-mouse";
|
||||
version = "5.2.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0k2wjfcgnvb8yqn4c4ddfyyhrvl6hj61kn1ddnyp6ay9vklnw160";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A program to use a reMarkable as a graphics tablet";
|
||||
homepage = "https://github.com/evidlo/remarkable_mouse";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.nickhu ];
|
||||
};
|
||||
}
|
@ -2142,6 +2142,8 @@ in
|
||||
|
||||
psrecord = python3Packages.callPackage ../tools/misc/psrecord {};
|
||||
|
||||
remarkable-mouse = python3Packages.callPackage ../applications/misc/remarkable/remarkable-mouse { };
|
||||
|
||||
scour = with python3Packages; toPythonApplication scour;
|
||||
|
||||
s2png = callPackage ../tools/graphics/s2png { };
|
||||
|
Loading…
Reference in New Issue
Block a user