about summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-12-31 22:16:29 +0000
committerSergei Trofimovich <slyich@gmail.com>2023-12-31 22:16:29 +0000
commit5368261014def1ba113f1d67128df863bfdc4f26 (patch)
treed2a75c3102f3a0cb28bc1ca8a996b8aa949abd62 /pkgs/applications/networking/newsreaders
parente5f6890469d8d1c3f5f58370fc9474cf246913fa (diff)
downloadnixlib-5368261014def1ba113f1d67128df863bfdc4f26.tar
nixlib-5368261014def1ba113f1d67128df863bfdc4f26.tar.gz
nixlib-5368261014def1ba113f1d67128df863bfdc4f26.tar.bz2
nixlib-5368261014def1ba113f1d67128df863bfdc4f26.tar.lz
nixlib-5368261014def1ba113f1d67128df863bfdc4f26.tar.xz
nixlib-5368261014def1ba113f1d67128df863bfdc4f26.tar.zst
nixlib-5368261014def1ba113f1d67128df863bfdc4f26.zip
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.
Diffstat (limited to 'pkgs/applications/networking/newsreaders')
-rw-r--r--pkgs/applications/networking/newsreaders/liferea/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/newsreaders/liferea/default.nix b/pkgs/applications/networking/newsreaders/liferea/default.nix
index 81f7903adc15..2b4af473ffc4 100644
--- a/pkgs/applications/networking/newsreaders/liferea/default.nix
+++ b/pkgs/applications/networking/newsreaders/liferea/default.nix
@@ -60,6 +60,8 @@ stdenv.mkDerivation rec {
     gst-plugins-bad
   ]);
 
+  enableParallelBuilding = true;
+
   pythonPath = with python3Packages; [
     pygobject3
     pycairo