mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 04:27:41 +00:00
pavucontrol: enable parallel building
Tested at -j48.
This commit is contained in:
parent
8492b34bcb
commit
ce603c2d30
@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [ "--disable-lynx" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "PulseAudio Volume Control";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user