me
/
guix
Archived
1
0
Fork 0

gnu: VIGRA: Try to fix a build failure on the build farm.

* gnu/packages/image.scm (vigra)[properties]: Set the maximum silent time to
7200 seconds.
master
Leo Famulari 2020-02-14 17:01:34 -05:00
parent 117d8467be
commit 9e89b41966
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 0 deletions

View File

@ -1009,6 +1009,9 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.")
(sha256 (base32
"1bqs8vx5i1bzamvv563i24gx2xxdidqyxh9iaj46mbznhc84wmm5"))))
(build-system cmake-build-system)
;; Otherwise it fails on <ci.guix.gnu.org> in the check phase after 3600
;; seconds of silence.
(properties '((max-silent-time . 7200)))
(inputs
`(("boost" ,boost)
("fftw" ,fftw)