diff options
author | Andreas Enge <andreas@enge.fr> | 2013-08-05 19:55:01 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-08-05 19:55:01 +0200 |
commit | 0327ced235dab0977c1a61c9c6fc8450475c45b1 (patch) | |
tree | 2e527c4b71822378916619e94f574a87fa272dc2 /gnu/packages/gtk.scm | |
parent | 2b24faa295972e839d0ec540375eb74955264feb (diff) | |
download | guix-0327ced235dab0977c1a61c9c6fc8450475c45b1.tar guix-0327ced235dab0977c1a61c9c6fc8450475c45b1.tar.gz |
gnu: gtk+: Synchronise description with GSRC.
* gnu/packages/gtk.scm (gtk+): Modify description.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 7fb2f747ef..4bf88b5e37 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -211,7 +211,7 @@ in the GNOME project.") (("SUBDIRS = theme-bits . tests") "SUBDIRS = theme-bits .")) (apply configure args))) %standard-phases))) - (synopsis "multi-platform toolkit for creating graphical user interfaces") + (synopsis "Cross-platform toolkit for creating graphical user interfaces") (description "GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is |