unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28624: [PATCH] Add missing closing brace to tklib
@ 2017-09-27 18:50 Maxim Cournoyer
  2017-09-27 18:58 ` Danny Milosavljevic
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2017-09-27 18:50 UTC (permalink / raw)
  To: 28624

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

This patch fixes a missing closing brace in the description of tklib, as
reported by jlicht in #guix.

It caused the "guix package --search" feature to break on master.

Maxim

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-tklib-Add-missing-closing-brace.patch --]
[-- Type: text/x-patch, Size: 819 bytes --]

From 98b167b3f00c5416365062fac000ab1b9deb9d10 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Wed, 27 Sep 2017 14:38:22 -0400
Subject: [PATCH] gnu: tklib: Add missing closing brace.

* gnu/packages/tcl.scm (tklib): Add closing brace.

Thanks to jlicht for reporting it in #guix.
---
 gnu/packages/tcl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 49cee3e05..34c84c1bf 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -276,7 +276,7 @@ modules for Tk, all written in high-level Tcl.  Examples of provided widgets:
 @enumerate
 @item @code{chatwidget}
 @item @code{datefield}
-@item @code{tooltip
+@item @code{tooltip}
 @item @code{cursor}
 @item @code{ipentry}
 @item @code{tablelist}
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-27 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27 18:50 bug#28624: [PATCH] Add missing closing brace to tklib Maxim Cournoyer
2017-09-27 18:58 ` Danny Milosavljevic
2017-09-27 19:30   ` bug#28624: [PATCHv2] " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).