diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-07 18:20:23 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-07 18:20:23 +0200 |
commit | 6cfb2e6270b2759fb98a0de665235bcbb9b9eccf (patch) | |
tree | 83c467772a94cbf72f96b26b08f0a29d1822b1c1 /gnu/packages/webkit.scm | |
parent | 92fdda5a6351dd5246b65165547d50d0b827cef3 (diff) | |
parent | 453e7dd8c4b9422a7c80e3b3e75589b6471f5af1 (diff) | |
download | guix-6cfb2e6270b2759fb98a0de665235bcbb9b9eccf.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/webkit.scm')
-rw-r--r-- | gnu/packages/webkit.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index 1af610b17f..89cd7ebd6b 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -263,6 +263,7 @@ engine that uses Wayland for graphics output.") woff2 wpebackend-fdo xdg-dbus-proxy)) + (properties '((timeout . 144000))) ; 40 hours, most notably for aarch64 (home-page "https://www.webkitgtk.org/") (synopsis "Web content engine for GTK+") (description "WebKitGTK+ is a full-featured port of the WebKit rendering engine, |