12 buildPythonPackage rec {
17 disabled = pythonOlder "3.10";
19 src = fetchFromGitHub {
23 hash = "sha256-uIvoKdW7caOfc8OEGIcyDwyos9NLwtZ++CeZdUO/G8M=";
35 propagatedBuildInputs = [
39 pythonImportsCheck = [ "rmscene" ];
47 changelog = "https://github.com/ricklupton/rmscene/blob/${src.rev}/README.md#changelog";
48 description = "Read v6 .rm files from the reMarkable tablet";
49 homepage = "https://github.com/ricklupton/rmscene";
50 license = lib.licenses.mit;
51 maintainers = with lib.maintainers; [ dotlambda ];