mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: glib: Increase timeout for armhf builds.
* gnu/packages/glib.scm (glib)[arguments]: Increase timeout for armhf builds.
This commit is contained in:
parent
b09967bc58
commit
bb804a0d58
1 changed files with 3 additions and 2 deletions
|
@ -235,7 +235,7 @@ (define glib
|
|||
(lambda _
|
||||
(substitute* "meson.build"
|
||||
(("test_timeout = 60")
|
||||
"test_timeout = 90")
|
||||
"test_timeout = 120")
|
||||
(("test_timeout_slow = 120")
|
||||
"test_timeout_slow = 180")))))
|
||||
'())
|
||||
|
@ -391,9 +391,10 @@ (define pattern+procs
|
|||
(home-page "https://developer.gnome.org/glib/")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define glib/fixed
|
||||
(define-public glib/fixed
|
||||
(package
|
||||
(inherit glib)
|
||||
(properties '())
|
||||
(source (origin
|
||||
(inherit (package-source glib))
|
||||
(patches
|
||||
|
|
Loading…
Reference in a new issue