exempi: enable parallel building

Tested at -j4.
This commit is contained in:
Alyssa Ross
2023-01-19 11:48:05 +00:00
parent d95feb435f
commit 494cbda1bb
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
doCheck = stdenv.isLinux && stdenv.is64bit;
dontDisableStatic = doCheck;
enableParallelBuilding = true;
meta = with lib; {
description = "An implementation of XMP (Adobe's Extensible Metadata Platform)";
homepage = "https://libopenraw.freedesktop.org/exempi/";