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 @@ shared NFS home directories.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "meson.build"
|
(substitute* "meson.build"
|
||||||
(("test_timeout = 60")
|
(("test_timeout = 60")
|
||||||
"test_timeout = 90")
|
"test_timeout = 120")
|
||||||
(("test_timeout_slow = 120")
|
(("test_timeout_slow = 120")
|
||||||
"test_timeout_slow = 180")))))
|
"test_timeout_slow = 180")))))
|
||||||
'())
|
'())
|
||||||
|
@ -391,9 +391,10 @@ dynamic loading, and an object system.")
|
||||||
(home-page "https://developer.gnome.org/glib/")
|
(home-page "https://developer.gnome.org/glib/")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define glib/fixed
|
(define-public glib/fixed
|
||||||
(package
|
(package
|
||||||
(inherit glib)
|
(inherit glib)
|
||||||
|
(properties '())
|
||||||
(source (origin
|
(source (origin
|
||||||
(inherit (package-source glib))
|
(inherit (package-source glib))
|
||||||
(patches
|
(patches
|
||||||
|
|
Reference in a new issue