diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-12-03 22:51:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-12-03 22:52:19 +0100 |
commit | 36d2a3afeb9fba6f00de77cc62ef51e74380aff9 (patch) | |
tree | 5d9ff107f7d16416a4ec0d2b5b28502ca6819b69 /gnu/packages/glib.scm | |
parent | f2122ed1dc89353cad49a0ade54060d9946ba8d3 (diff) | |
download | guix-36d2a3afeb9fba6f00de77cc62ef51e74380aff9.tar guix-36d2a3afeb9fba6f00de77cc62ef51e74380aff9.tar.gz |
gnu: glib: Work around unreliable GIO test.
Fixes <http://bugs.gnu.org/18445>.
* gnu/packages/patches/glib-tests-gapplication.patch: New file
* gnu/packages/glib.scm (glib)[source]: Add it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index fd4aa8860d..a6149cdc0e 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -129,7 +129,8 @@ shared NFS home directories.") (patches (list (search-patch "glib-tests-homedir.patch") (search-patch "glib-tests-desktop.patch") (search-patch "glib-tests-prlimit.patch") - (search-patch "glib-tests-timer.patch"))))) + (search-patch "glib-tests-timer.patch") + (search-patch "glib-tests-gapplication.patch"))))) (build-system gnu-build-system) (outputs '("out" ; everything "bin" ; glib-mkenums, gtester, etc.; depends on Python |