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=";
40 propagatedBuildInputs = [
49 # upstream has no tests
52 pythonImportsCheck = [ "rmrl" ];
55 description = "Render reMarkable documents to PDF";
56 homepage = "https://github.com/benneti/rmrl";
57 license = lib.licenses.gpl3Plus;
58 maintainers = with lib.maintainers; [ dotlambda ];