pavucontrol: enable parallel building

Tested at -j48.
This commit is contained in:
Alyssa Ross 2022-08-23 07:38:30 +00:00 committed by Bjørn Forsman
parent 8492b34bcb
commit ce603c2d30

View File

@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-lynx" ];
enableParallelBuilding = true;
meta = with lib; {
description = "PulseAudio Volume Control";