libvisio: enable parallel building
Tested at -j20.
This commit is contained in:
parent
c8cb4b8b3a
commit
114ae8cd1b
@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library providing ability to interpret and import visio diagrams into various applications";
|
||||
homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libvisio";
|
||||
|
Loading…
Reference in New Issue
Block a user