about summary refs log tree commit diff
path: root/pkgs/development/libraries/webkitgtk
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-04-18 09:59:19 +0200
committerVladimír Čunát <v@cunat.cz>2021-04-19 13:21:48 +0200
commitb0dae10ba7b8dc1d90c7afd1735037351089c14a (patch)
tree9a6b2f0db3bd957e07597f71669f17facf27a43d /pkgs/development/libraries/webkitgtk
parentea2c15a89b075eff5c0d15d1a52f505e2c859237 (diff)
qt5.qtwebengine, webkitgtk: try harder to avoid timeouts
I hope this will improve the situation on aarch64-linux.
I don't think it could make anything worse.
Recent staging-next timeouts:
https://hydra.nixos.org/build/141551270
https://hydra.nixos.org/build/141547098

For now let's not touch meta.timeout, as there's less consensus and the
setting seems less reliable in practice, too.
Diffstat (limited to 'pkgs/development/libraries/webkitgtk')
-rw-r--r--pkgs/development/libraries/webkitgtk/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/webkitgtk/default.nix b/pkgs/development/libraries/webkitgtk/default.nix
index 4dbec69f8f1c1..84a9e2a1db779 100644
--- a/pkgs/development/libraries/webkitgtk/default.nix
+++ b/pkgs/development/libraries/webkitgtk/default.nix
@@ -177,6 +177,8 @@ stdenv.mkDerivation rec {
     patchShebangs .
   '';
 
+  requiredSystemFeatures = [ "big-parallel" ];
+
   meta = {
     description = "Web content rendering engine, GTK port";
     homepage = "https://webkitgtk.org/";