diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-18 22:58:14 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-19 17:32:44 -0400 |
commit | 4c20b0bcf7c8396cadc618a3df0127b864fd10f2 (patch) | |
tree | dcfdd6c6e20a3aaa1e70b1a8f17310f313a5446a /gnu/local.mk | |
parent | 717c659630970982c06e4aeab684f41f724af2f9 (diff) | |
download | guix-4c20b0bcf7c8396cadc618a3df0127b864fd10f2.tar guix-4c20b0bcf7c8396cadc618a3df0127b864fd10f2.tar.gz |
gnu: graphite2: Fix test failure caused by rounding error on 32-bit CPUs.
* gnu/packages/patches/graphite2-ffloat-store.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/fontutils.scm (graphite2): Use it.
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 3b2bde7290..9fc5953863 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -606,6 +606,7 @@ dist_patch_DATA = \ %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \ %D%/packages/patches/gobject-introspection-cc.patch \ %D%/packages/patches/gobject-introspection-girepository.patch \ + %D%/packages/patches/graphite2-ffloat-store.patch \ %D%/packages/patches/grep-timing-sensitive-test.patch \ %D%/packages/patches/grub-CVE-2015-8370.patch \ %D%/packages/patches/grub-gets-undeclared.patch \ |