Merge #119777: qt5.qtwebengine, webkitgtk: timeout avoidance
This commit is contained in:
commit
ca0f4588bc
2 changed files with 4 additions and 0 deletions
|
@ -236,6 +236,8 @@ qtModule {
|
||||||
sed 's/${lib.head (lib.splitString "-" version)} /${qtCompatVersion} /' -i "$out"/lib/cmake/*/*Config.cmake
|
sed 's/${lib.head (lib.splitString "-" version)} /${qtCompatVersion} /' -i "$out"/lib/cmake/*/*Config.cmake
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A web engine based on the Chromium web browser";
|
description = "A web engine based on the Chromium web browser";
|
||||||
maintainers = with maintainers; [ matthewbauer ];
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
|
|
|
@ -177,6 +177,8 @@ stdenv.mkDerivation rec {
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Web content rendering engine, GTK port";
|
description = "Web content rendering engine, GTK port";
|
||||||
homepage = "https://webkitgtk.org/";
|
homepage = "https://webkitgtk.org/";
|
||||||
|
|
Loading…
Reference in a new issue