1 { mkDerivation, lib, fetchFromGitHub, pkg-config, cmake, qtbase, qttools, qtx11extras, poppler }:
7 src = fetchFromGitHub {
11 sha256 = "1b769lp6gfwds4jb2g7ymhdm9c06zg57zpyz3zpdb40w07zfsjzv";
19 qtbase qttools qtx11extras poppler
23 substituteInPlace $out/share/applications/*.desktop \
24 --replace "Exec=qcomicbook" "Exec=$out/bin/qcomicbook"
28 homepage = "https://github.com/stolowski/QComicBook";
29 description = "Comic book reader in Qt5";
30 license = licenses.gpl2;
33 QComicBook is a viewer for PDF files and comic book archives containing
34 jpeg/png/xpm/gif/bmp images, which aims at convenience and simplicity.
35 Features include: automatic unpacking of archive files, full-screen mode, continuous
36 scrolling mode, double-pages viewing, manga mode, thumbnails view, page scaling,
37 mouse or keyboard navigation etc.
40 platforms = platforms.linux;
41 maintainers = with maintainers; [ greydot ];