diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-16 12:09:30 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-22 17:08:14 +0200 |
commit | 6daa0b5af3282bd3433605825bbe7f5d20dd6f4c (patch) | |
tree | 2afc63ce6958b3d8926c31635d7526717310ca2f /gnu/local.mk | |
parent | 4119775de1aef44104186b3abfba1973aa973b1a (diff) | |
download | guix-6daa0b5af3282bd3433605825bbe7f5d20dd6f4c.tar guix-6daa0b5af3282bd3433605825bbe7f5d20dd6f4c.tar.gz |
gnu: Tcl/Tk: Update to 8.6.11.
* gnu/packages/patches/tcl-fix-cross-compilation.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/tcl.scm (tcl): Update to 8.6.11.
[source](patches): Remove.
[arguments]: Remove trailing #t's.
(tk): Update to 8.6.11.1.
[arguments]: Remove trailing #t's and reindent.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index e08f581787..2627bb62ab 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1686,7 +1686,6 @@ dist_patch_DATA = \ %D%/packages/patches/tar-skip-unreliable-tests.patch \ %D%/packages/patches/tcc-boot-0.9.27.patch \ %D%/packages/patches/tclxml-3.2-install.patch \ - %D%/packages/patches/tcl-fix-cross-compilation.patch \ %D%/packages/patches/tcsh-fix-autotest.patch \ %D%/packages/patches/teensy-loader-cli-help.patch \ %D%/packages/patches/texinfo-5-perl-compat.patch \ |