uncrustify: enable parallel building

wip/yesman
Orivej Desh 7 years ago
parent 6e53af6d8e
commit 5e7be4a2a3
  1. 2
      pkgs/development/tools/misc/uncrustify/default.nix

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA";
homepage = http://uncrustify.sourceforge.net/;

Loading…
Cancel
Save