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 11 nativeBuildInputs = [ pkg-config ]; 12 12 buildInputs = [ readline libxml2 ]; 13 13 14 + enableParallelBuilding = true; 15 + 14 16 meta = with lib; { 15 17 description = "Configuration editing tool"; 16 18 license = licenses.lgpl21Only;