Merge #119777: qt5.qtwebengine, webkitgtk: timeout avoidance

This commit is contained in:
Vladimír Čunát 2021-04-19 13:23:27 +02:00
commit ca0f4588bc
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 4 additions and 0 deletions

View file

@ -236,6 +236,8 @@ qtModule {
sed 's/${lib.head (lib.splitString "-" version)} /${qtCompatVersion} /' -i "$out"/lib/cmake/*/*Config.cmake
'';
requiredSystemFeatures = [ "big-parallel" ];
meta = with lib; {
description = "A web engine based on the Chromium web browser";
maintainers = with maintainers; [ matthewbauer ];

View file

@ -177,6 +177,8 @@ stdenv.mkDerivation rec {
patchShebangs .
'';
requiredSystemFeatures = [ "big-parallel" ];
meta = {
description = "Web content rendering engine, GTK port";
homepage = "https://webkitgtk.org/";