11 kdegraphics-mobipocket,
15 pname = "kdegraphics-thumbnailers";
17 license = [ lib.licenses.lgpl21 ];
18 maintainers = [ lib.maintainers.ttuegel ];
20 nativeBuildInputs = [ extra-cmake-modules ];
26 kdegraphics-mobipocket
30 # Hardcode patches to Ghostscript so PDF thumbnails work OOTB.
31 # Intentionally not doing the same for dvips because TeX is big.
33 gs = "${ghostscript}/bin/gs";
34 src = ./gs-paths.patch;