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/local.mk | |
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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 49aea157a1..8151f7c9b0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -788,6 +788,7 @@ dist_patch_DATA = \ %D%/packages/patches/java-xerces-xjavac_taskdef.patch \ %D%/packages/patches/jemalloc-arm-address-bits.patch \ %D%/packages/patches/jbig2dec-ignore-testtest.patch \ + %D%/packages/patches/json-glib-fix-tests-32bit.patch \ %D%/packages/patches/jq-CVE-2015-8863.patch \ %D%/packages/patches/kdbusaddons-kinit-file-name.patch \ %D%/packages/patches/khmer-use-libraries.patch \ |