summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/newsreaders
diff options
context:
space:
mode:
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