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-system.am | |
parent | 8360758d5c3e8afdc5daa0b5f557360bd6116562 (diff) | |
download | guix-ca9ea1a849d685db46adcb92449dff36427c48bd.tar guix-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-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 5822c82138..6a22420e63 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -300,6 +300,7 @@ dist_patch_DATA = \ gnu/packages/patches/glib-tests-desktop.patch \ gnu/packages/patches/glib-tests-homedir.patch \ gnu/packages/patches/glib-tests-prlimit.patch \ + gnu/packages/patches/glib-tests-timer.patch \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/gnunet-fix-scheduler.patch \ |