diff options
author | Eric Bavier <bavier@member.fsf.org> | 2016-04-02 01:50:14 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2016-04-15 00:23:29 -0500 |
commit | 579760d06e11d24ef280e5af16a2e02a98c1d77d (patch) | |
tree | 137d23aa13e9ff370114119c2bbeb1c5eb5aed38 /gnu-system.am | |
parent | 69d9792a94c443069e1580497dd10d4a8213eee2 (diff) | |
download | guix-579760d06e11d24ef280e5af16a2e02a98c1d77d.tar guix-579760d06e11d24ef280e5af16a2e02a98c1d77d.tar.gz |
gnu: Add woff2.
* gnu/packages/fontutils.scm (woff2): New variable.
* gnu/packages/patches/woff2-libbrotli.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 11d8d6e730..0c5255fd50 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -765,6 +765,7 @@ dist_patch_DATA = \ gnu/packages/patches/wicd-urwid-1.3.patch \ gnu/packages/patches/wicd-wpa2-ttls.patch \ gnu/packages/patches/wmctrl-64-fix.patch \ + gnu/packages/patches/woff2-libbrotli.patch \ gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch \ gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch \ gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch \ |