exempi: enable parallel building

Tested at -j4.
This commit is contained in:
Alyssa Ross 2023-01-19 11:45:19 +00:00
parent d95feb435f
commit 494cbda1bb
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
doCheck = stdenv.isLinux && stdenv.is64bit; doCheck = stdenv.isLinux && stdenv.is64bit;
dontDisableStatic = doCheck; dontDisableStatic = doCheck;
enableParallelBuilding = true;
meta = with lib; { meta = with lib; {
description = "An implementation of XMP (Adobe's Extensible Metadata Platform)"; description = "An implementation of XMP (Adobe's Extensible Metadata Platform)";
homepage = "https://libopenraw.freedesktop.org/exempi/"; homepage = "https://libopenraw.freedesktop.org/exempi/";