mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
libcdr: enable parallel building
Tested at -j20.
This commit is contained in:
parent
c8cb4b8b3a
commit
8c1b12f8b7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user