pavucontrol: enable parallel building

Tested at -j48.
This commit is contained in:
Alyssa Ross
2022-08-23 22:32:06 +02:00
committed by Bjørn Forsman
parent 8492b34bcb
commit ce603c2d30
@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-lynx" ];
enableParallelBuilding = true;
meta = with lib; {
description = "PulseAudio Volume Control";