diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2016-02-13 00:27:17 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-02-12 19:13:05 -0500 |
commit | 511539ae81100146d03575f41abda7d72d3000e0 (patch) | |
tree | f27e737994623cb1ee32fc91f80447090a38ab06 /gnu-system.am | |
parent | 6cefd53d3e83e7159fca1a0d8653e8cf8b7176fa (diff) | |
download | patches-511539ae81100146d03575f41abda7d72d3000e0.tar patches-511539ae81100146d03575f41abda7d72d3000e0.tar.gz |
gnu: Add tclxml.
* gnu/packages/patches/tclxml-3.2-install.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tclxml): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 a6582cd0c8..607614482e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -707,6 +707,7 @@ dist_patch_DATA = \ gnu/packages/patches/tar-d_ino_in_dirent-fix.patch \ gnu/packages/patches/tar-skip-unreliable-tests.patch \ gnu/packages/patches/tcl-mkindex-deterministic.patch \ + gnu/packages/patches/tclxml-3.2-install.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/texi2html-document-encoding.patch \ gnu/packages/patches/texi2html-i18n.patch \ |