liferea: enable parallel builds
Before the change liferea took 41 seconds to build on my machine. After the change it takes 11 seconds. Almost 4x speedup.
This commit is contained in:
parent
e5f6890469
commit
5368261014
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ stdenv.mkDerivation rec {
|
|||
gst-plugins-bad
|
||||
]);
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
pythonPath = with python3Packages; [
|
||||
pygobject3
|
||||
pycairo
|
||||
|
|
Loading…
Reference in a new issue