mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-06 13:53:05 +00:00
exempi: enable parallel building
Tested at -j4.
This commit is contained in:
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/";
|
||||
|
Loading…
Reference in New Issue
Block a user