Skip to content

Commit

Permalink
libgdiplus: enable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
Moredread committed Aug 25, 2020
1 parent b2b1d3d commit 5739203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/libgdiplus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ stdenv.mkDerivation rec {

configureFlags = stdenv.lib.optional stdenv.cc.isClang "--host=${stdenv.hostPlatform.system}";

enableParallelBuilding = true;

buildInputs =
[ glib cairo fontconfig libtiff giflib
libjpeg libpng libXrender libexif
Expand Down

0 comments on commit 5739203

Please sign in to comment.