gnu: qtwebkit: Disable non-x86 builds.

* gnu/packages/qt.scm (qtwebkit)[supported-systems]: New field.
This commit is contained in:
Ludovic Courtès 2019-09-06 22:58:26 +02:00
parent 61acb764ed
commit 4961364f16
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 0 deletions

View File

@ -2212,6 +2212,12 @@ 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
;; XXX: This consumes too much RAM to successfully build on AArch64 (e.g.,
;; SoftIron OverDrive with 8 GiB of RAM), so instead of wasting resources,
;; disable it on non-Intel platforms.
(supported-systems '("x86_64-linux" "i686-linux"))
(license license:lgpl2.1+)))
(define-public dotherside