mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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.
This commit is contained in:
parent
b6c93e3ba0
commit
8d0e6f24ef
1 changed files with 2 additions and 1 deletions
|
@ -197,7 +197,8 @@ (define-public lxterminal
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue