diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9775d1f82d..e0142a7fb5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7996,20 +7996,19 @@ functionality.") ("gettext" ,gettext-minimal) ("pkg-config" ,pkg-config))) (inputs - `(("cairo" ,cairo) + `(("cairo" ,cairo) ("gtk+" ,gtk+) ("gobject-introspection" ,gobject-introspection) ("pango" ,pango) - ("python" ,python-2) ("python2-pycairo" ,python2-pycairo) ("python2-pygobject" ,python2-pygobject) ("python2-psutil" ,python2-psutil) ("vte" ,vte))) (arguments - `(#:python ,python-2)) + `(#:python ,python-2)) ;Python 3 not supported (home-page "https://gnometerminator.blogspot.com/") (synopsis "Store and run multiple GNOME terminals in one window") (description - "Terminator allows running multiple GNOME terminals in a grid and -tabs and supports for drag and drop re-ordering of terminals") + "Terminator allows you to runn multiple GNOME terminals in a grid and +tabs, and it supports drag and drop re-ordering of terminals.") (license license:gpl2)))