10 , gobject-introspection
30 stdenv.mkDerivation rec {
32 version = "unstable-2022-01-09";
34 src = fetchFromGitHub {
37 rev = "f3df858ce748a6bbc43f03a6e261ff76a6d7d303";
38 hash = "sha256-mLyJfblF5WnWBV3rX1ZRupccou4t5mBpo3W7+ECNMVI=";
66 chmod +x meson/post_install.py
67 patchShebangs meson/post_install.py
70 # These programs are expected in PATH from the source code and scripts
73 --prefix PATH : "${lib.makeBinPath [ unzip unar poppler_utils html2text coreutils curl gnugrep ]}"
74 --prefix PATH : $out/bin
79 patchShebangs $out/share/bookworm/scripts/mobi_lib/*.py
80 patchShebangs $out/share/bookworm/scripts/tasks/*.sh
84 description = "Simple, focused eBook reader";
85 mainProgram = "com.github.babluboy.bookworm";
87 Read the books you love without having to worry about different format complexities like epub, pdf, mobi, cbr, etc.
89 homepage = "https://babluboy.github.io/bookworm/";
90 license = licenses.gpl3Plus;
91 platforms = platforms.linux;