From 5368261014def1ba113f1d67128df863bfdc4f26 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 31 Dec 2023 22:16:29 +0000 Subject: [PATCH] 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. --- pkgs/applications/networking/newsreaders/liferea/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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