diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-25 04:28:21 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-25 04:28:21 +0100 |
commit | 5697897537b410f6e16aef80028928c05b437398 (patch) | |
tree | 85587cc4d2accc6acd10dbb7222519228b1b1c4f /gnu/packages/gnome.scm | |
parent | 5f9b018aa8334d5a38ac83ebe040ba36ce511305 (diff) | |
download | guix-5697897537b410f6e16aef80028928c05b437398.tar guix-5697897537b410f6e16aef80028928c05b437398.tar.gz |
gnu: json-glib: Fix 32-bit test failures.
* gnu/packages/patches/json-glib-fix-tests-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnome.scm (json-glib)[source](patches): New field.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c45c821a91..c4fb3398f4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2271,6 +2271,7 @@ configuration storage systems.") (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) + (patches (search-patches "json-glib-fix-tests-32bit.patch")) (sha256 (base32 "1j3dd2xj1l9fi12m1gpmfgf5p4c1w0i970m6k62k3is98yj0jxrd")))) |