1 { lib, buildPythonApplication, fetchFromGitHub, bibtool, pybtex, pymupdf, pynvim
2 , pyperclip, roman, pdfrw, pagelabels, setuptools }:
4 buildPythonApplication {
6 version = "2022-03-28";
8 src = fetchFromGitHub {
11 rev = "e7bd0824cb7d340b8dba7d862e696dba9cb5e5e2";
12 sha256 = "HLQZBaDoZFVBs4JfJcwhrLx8pxdEI56/iTpUjT5pBhk=";
15 propagatedBuildInputs = [
27 # upstream doesn't contain tests
32 A graphical pdf (and epub, cbz, ...) reader that works
33 inside the kitty terminal.
35 mainProgram = "termpdf.py";
36 homepage = "https://github.com/dsanson/termpdf.py";
37 maintainers = with maintainers; [ teto ];
38 license = licenses.mit;