gnu: QtWebKit: Increase build timeout.
* gnu/packages/qt.scm (qtwebkit)[properties]: New field.
This commit is contained in:
parent
2271a1dcdb
commit
af9afb0bc4
|
@ -2209,6 +2209,9 @@ content")
|
||||||
(description "QtWebKit provides a Web browser engine that makes it easy to
|
(description "QtWebKit provides a Web browser engine that makes it easy to
|
||||||
embed content from the World Wide Web into your Qt application. At the same
|
embed content from the World Wide Web into your Qt application. At the same
|
||||||
time Web content can be enhanced with native controls.")
|
time Web content can be enhanced with native controls.")
|
||||||
|
;; Building QtWebKit takes around 13 hours on an AArch64 machine. Give some
|
||||||
|
;; room for slower or busy hardware.
|
||||||
|
(properties '((timeout . 64800))) ;18 hours
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public dotherside
|
(define-public dotherside
|
||||||
|
|
Loading…
Reference in New Issue