gnu: lxterminal: Build with GTK 3.
* gnu/packages/lxde.scm (lxterminal)[arguments]: New field. [inputs]: Replace gtk+-2 with gtk+. Replace vte/gtk+-2 with vte.
parent
b6c93e3ba0
commit
8d0e6f24ef
|
@ -197,7 +197,8 @@ toolkit. It allows users to monitor and control of running processes.")
|
|||
(base32
|
||||
"1124pghrhnx6q4391ri8nvi6bsmvbj1dx81an08mird8jf2b2rii"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list gtk+-2 vte/gtk+-2))
|
||||
(arguments (list #:configure-flags #~(list "--enable-gtk3")))
|
||||
(inputs (list gtk+ vte))
|
||||
(native-inputs (list intltool pkg-config))
|
||||
(synopsis "LXDE terminal emulator")
|
||||
(description "LXTerminal is a VTE-based terminal emulator. It supports
|
||||
|
|
Reference in New Issue