15 buildPythonPackage rec {
17 version = "0.2.1-unstable-2023-06-1";
19 disabled = pythonOlder "3.10";
23 src = fetchFromGitHub {
26 rev = "e6f20322c80c6551174da1826c78261dfb3b74fe";
27 hash = "sha256-jGWYrw6kcNSb4zhyCjap3l8+YCdOkk5kb5UCiBgW8u0=";
41 propagatedBuildInputs = [
50 # upstream has no tests
53 pythonImportsCheck = [ "rmrl" ];
56 description = "Render reMarkable documents to PDF";
57 homepage = "https://github.com/benneti/rmrl";
58 license = lib.licenses.gpl3Plus;
59 maintainers = with lib.maintainers; [ dotlambda ];