···15151616 preConfigure = ''
1717 sed -i 's#\$djvulibre_bin_path#${djvulibre.bin}/bin#g' configure
1818+1919+ # Configure skips the failing check for usability of windres when it is nonempty.
2020+ unset WINDRES
1821 '';
2222+2323+ enableParallelBuilding = true;
19242025 meta = with stdenv.lib; {
2126 description = "Creates djvu files from PDF files";