diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-07-10 17:03:42 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-07-10 17:03:42 -0500 |
commit | ca9ea1a849d685db46adcb92449dff36427c48bd (patch) | |
tree | 5026815a036be59c557069c766e3130538227b22 /gnu/packages/glib.scm | |
parent | 8360758d5c3e8afdc5daa0b5f557360bd6116562 (diff) | |
download | patches-ca9ea1a849d685db46adcb92449dff36427c48bd.tar patches-ca9ea1a849d685db46adcb92449dff36427c48bd.tar.gz |
gnu: glib: Fix build on i686.
* gnu/packages/patches/glib-tests-timer.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/glib.scm: Use 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 c3b0b39f10..239715ecc7 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -116,7 +116,8 @@ shared NFS home directories.") (base32 "1d98mbqjmc34s8095lkw1j1bwvnnkw9581yfvjaikjvfjsaz29qd")) (patches (list (search-patch "glib-tests-homedir.patch") (search-patch "glib-tests-desktop.patch") - (search-patch "glib-tests-prlimit.patch"))))) + (search-patch "glib-tests-prlimit.patch") + (search-patch "glib-tests-timer.patch"))))) (build-system gnu-build-system) (outputs '("out" ; everything "bin" ; glib-mkenums, gtester, etc.; depends on Python |