djvulibre: enable parallel building

Tested at -j48.
This commit is contained in:
Alyssa Ross 2022-07-14 10:53:25 +00:00 committed by Artturin
parent 75d86f0e79
commit 2b5b344788

View File

@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
bash
];
enableParallelBuilding = true;
meta = with lib; {
description = "The big set of CLI tools to make/modify/optimize/show/export DJVU files";
homepage = "http://djvu.sourceforge.net";