libvisio: enable parallel building (#342023)

This commit is contained in:
Nick Cao 2024-09-17 16:28:05 -04:00 committed by GitHub
commit b84f55850a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";