11 gobject-introspection,
31 stdenv.mkDerivation rec {
33 version = "unstable-2022-01-09";
35 src = fetchFromGitHub {
38 rev = "f3df858ce748a6bbc43f03a6e261ff76a6d7d303";
39 hash = "sha256-mLyJfblF5WnWBV3rX1ZRupccou4t5mBpo3W7+ECNMVI=";
67 chmod +x meson/post_install.py
68 patchShebangs meson/post_install.py
71 # These programs are expected in PATH from the source code and scripts
85 --prefix PATH : $out/bin
90 patchShebangs $out/share/bookworm/scripts/mobi_lib/*.py
91 patchShebangs $out/share/bookworm/scripts/tasks/*.sh
95 description = "Simple, focused eBook reader";
96 mainProgram = "com.github.babluboy.bookworm";
98 Read the books you love without having to worry about different format complexities like epub, pdf, mobi, cbr, etc.
100 homepage = "https://babluboy.github.io/bookworm/";
101 license = licenses.gpl3Plus;
102 platforms = platforms.linux;