diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-13 23:17:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-29 22:59:28 +0100 |
commit | f8e7fdc4165afa8c54638bcc8c40da91bf7c9618 (patch) | |
tree | d9bfff0d74ff239ac1ecaf659e29828754a5b4a5 /gnu-system.am | |
parent | 79c8a071e7f391e40b203f4489396f976a5333a7 (diff) | |
download | patches-f8e7fdc4165afa8c54638bcc8c40da91bf7c9618.tar patches-f8e7fdc4165afa8c54638bcc8c40da91bf7c9618.tar.gz |
gnu: tcl: Produce 'tclIndex' files deterministically.
* gnu/packages/patches/tcl-mkindex-deterministic.patch: New patch.
* gnu/packages/tcl.scm (tcl)[source]: Use it.
* 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 99e8e7dff4..1fdbd00731 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -696,6 +696,7 @@ dist_patch_DATA = \ gnu/packages/patches/synfig-build-fix.patch \ 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/tcsh-fix-autotest.patch \ gnu/packages/patches/texi2html-document-encoding.patch \ gnu/packages/patches/texi2html-i18n.patch \ |