diff options
author | Andreas Enge <andreas@enge.fr> | 2015-07-19 12:39:57 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-07-22 19:29:17 +0200 |
commit | 1436c5c7e8a4a1f49e1d041646ba3b10a1302487 (patch) | |
tree | f62e0329575fec545ba92c98eaa923044a0735d8 /gnu-system.am | |
parent | 8fd3c1ff6e9ca0084d4ac6c2c515da093b2a7664 (diff) | |
download | guix-1436c5c7e8a4a1f49e1d041646ba3b10a1302487.tar guix-1436c5c7e8a4a1f49e1d041646ba3b10a1302487.tar.gz |
gnu: teckit: Update to 2.5.4.
* gnu/packages/fontutils.scm (teckit): Update to 2.5.4. Drop patch.
Use svn-fetch for download.
[arguments]: Add phase to call autogen.
[native-inputs]: New field.
* gnu/packages/patches/teckit-cstdio.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 62e791c299..128e64fe7e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -620,7 +620,6 @@ dist_patch_DATA = \ gnu/packages/patches/tar-d_ino_in_dirent-fix.patch \ gnu/packages/patches/tar-skip-unreliable-tests.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ - gnu/packages/patches/teckit-cstdio.patch \ gnu/packages/patches/texi2html-document-encoding.patch \ gnu/packages/patches/texi2html-i18n.patch \ gnu/packages/patches/tidy-CVE-2015-5522+5523.patch \ |