diff options
author | Eric Bavier <bavier@member.fsf.org> | 2016-03-31 01:11:19 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2016-04-15 00:23:29 -0500 |
commit | 1555aee7d03fc9931eb870bdfb272a889f0cadc4 (patch) | |
tree | 1e0dcf45b3fcb9a895d8c96c1e8701b461fc3aea /gnu-system.am | |
parent | 508a85dfd6a0f10b460020535ee5d13e5d304089 (diff) | |
download | guix-1555aee7d03fc9931eb870bdfb272a889f0cadc4.tar guix-1555aee7d03fc9931eb870bdfb272a889f0cadc4.tar.gz |
gnu: Add ttf2eot.
* gnu/packages/fontutils.scm (ttf2eot): New variable.
* gnu/packages/patches/ttf2eot-cstddef.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add 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 e8cb5a630d..11d8d6e730 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -727,6 +727,7 @@ dist_patch_DATA = \ gnu/packages/patches/tidy-CVE-2015-5522+5523.patch \ gnu/packages/patches/tinyxml-use-stl.patch \ gnu/packages/patches/tk-find-library.patch \ + gnu/packages/patches/ttf2eot-cstddef.patch \ gnu/packages/patches/ttfautohint-source-date-epoch.patch \ gnu/packages/patches/tophat-build-with-later-seqan.patch \ gnu/packages/patches/torsocks-dns-test.patch \ |