summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2014-07-10 17:03:42 -0500
committerEric Bavier <bavier@member.fsf.org>2014-07-10 17:03:42 -0500
commitca9ea1a849d685db46adcb92449dff36427c48bd (patch)
tree5026815a036be59c557069c766e3130538227b22 /gnu-system.am
parent8360758d5c3e8afdc5daa0b5f557360bd6116562 (diff)
downloadguix-patches-ca9ea1a849d685db46adcb92449dff36427c48bd.tar
guix-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-system.am')
-rw-r--r--gnu-system.am1
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 \