augeas: enable parallel building

Tested at -j4.

authored by Alyssa Ross and committed by Alyssa Ross b7ee536d 257ba60f

+2
+2
pkgs/tools/system/augeas/default.nix
··· 11 nativeBuildInputs = [ pkg-config ]; 12 buildInputs = [ readline libxml2 ]; 13 14 meta = with lib; { 15 description = "Configuration editing tool"; 16 license = licenses.lgpl21Only;
··· 11 nativeBuildInputs = [ pkg-config ]; 12 buildInputs = [ readline libxml2 ]; 13 14 + enableParallelBuilding = true; 15 + 16 meta = with lib; { 17 description = "Configuration editing tool"; 18 license = licenses.lgpl21Only;