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:
Sergei Trofimovich 2023-12-31 22:16:29 +00:00
parent e5f6890469
commit 5368261014

View file

@ -60,6 +60,8 @@ stdenv.mkDerivation rec {
gst-plugins-bad
]);
enableParallelBuilding = true;
pythonPath = with python3Packages; [
pygobject3
pycairo