15 src = fetchFromGitHub {
16 owner = "lumina-desktop";
19 sha256 = "08caj4nashp79fbvj94rabn0iaa1hymifqmb782x03nb2vkn38r6";
22 sourceRoot = "${src.name}/src-qt5";
35 sed -i '1i\#include <memory>\' Renderer-poppler.cpp
40 "LRELEASE=${lib.getDev qttools}/bin/lrelease"
43 enableParallelBuilding = false;
46 description = "PDF viewer for the Lumina Desktop";
47 mainProgram = "lumina-pdf";
48 homepage = "https://github.com/lumina-desktop/lumina-pdf";
49 license = licenses.bsd3;
50 platforms = platforms.unix;
51 maintainers = teams.lumina.members;