me
/
guix
Archived
1
0
Fork 0

gnu: glib: Increase timeout for armhf builds.

* gnu/packages/glib.scm (glib)[arguments]: Increase timeout for armhf
builds.
master
Julien Lepiller 2021-03-20 18:21:58 +01:00
parent b09967bc58
commit bb804a0d58
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 3 additions and 2 deletions

View File

@ -235,7 +235,7 @@ shared NFS home directories.")
(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 @@ dynamic loading, and an object system.")
(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