diff options
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 9fdd378cf2..ab11d9bbd4 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -184,7 +184,7 @@ less to gain, as only the helper process is running with privileges (e.g., (for-each make-file-writable (find-files "po" ".")) #t))))) (native-inputs (list autoconf-2.71 automake gettext-minimal pkg-config)) - (inputs (list libconfuse vte)) + (inputs (list libconfuse vte/gtk+-3)) (synopsis "GTK+-based drop-down terminal") (description "Tilda is a terminal emulator similar to normal terminals like @@ -947,7 +947,7 @@ a server/client mode.") (list gettext-minimal perl ; for pod2man pkg-config)) (inputs - (list libxft vte)) + (list libxft vte/gtk+-3)) (home-page "https://launchpad.net/sakura") (synopsis "Simple but powerful libvte-based terminal emulator") (description "@code{Sakura} is a terminal emulator based on GTK+ and VTE. @@ -979,7 +979,7 @@ desktop installed to have a decent terminal emulator.") #$output)) #:phases #~(modify-phases %standard-phases (delete 'configure)))) - (inputs (list gtk+ glib vte)) + (inputs (list gtk+ glib vte/gtk+-3)) (native-inputs (list pkg-config)) (synopsis "Minimalist terminal emulator based on GTK+") (description @@ -1460,7 +1460,7 @@ while also supporting native scrolling and @command{tmux} control mode gtk+ libsecret libunwind - vte)) + vte/gtk+-3)) (native-inputs (list appstream desktop-file-utils `(,glib "bin") |