exempi: enable parallel building
Tested at -j4.
This commit is contained in:
parent
d95feb435f
commit
494cbda1bb
1 changed files with 2 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue