lol

pavucontrol: enable parallel building

Tested at -j48.

authored by

Alyssa Ross and committed by
Bjørn Forsman
ce603c2d 8492b34b

+2
+2
pkgs/applications/audio/pavucontrol/default.nix
··· 35 35 36 36 configureFlags = [ "--disable-lynx" ]; 37 37 38 + enableParallelBuilding = true; 39 + 38 40 meta = with lib; { 39 41 description = "PulseAudio Volume Control"; 40 42