···1516 preConfigure = ''
17 sed -i 's#\$djvulibre_bin_path#${djvulibre.bin}/bin#g' configure
00018 '';
001920 meta = with stdenv.lib; {
21 description = "Creates djvu files from PDF files";
···1516 preConfigure = ''
17 sed -i 's#\$djvulibre_bin_path#${djvulibre.bin}/bin#g' configure
18+19+ # Configure skips the failing check for usability of windres when it is nonempty.
20+ unset WINDRES
21 '';
22+23+ enableParallelBuilding = true;
2425 meta = with stdenv.lib; {
26 description = "Creates djvu files from PDF files";