libcdr: enable parallel building

Tested at -j20.
This commit is contained in:
Alyssa Ross 2024-09-15 11:25:44 +02:00
parent c8cb4b8b3a
commit 8c1b12f8b7
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
CXXFLAGS="--std=gnu++0x"; # For c++11 constants in lcms2.h
enableParallelBuilding = true;
meta = {
description = "Library providing ability to interpret and import Corel Draw drawings into various applications";
homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libcdr";