gnu: lxinput: Build with GTK 3.
* gnu/packages/lxde.scm (lxinput)[arguments]: New field. [inputs]: Replace gtk+-2 with gtk+.
This commit is contained in:
parent
f5d7526477
commit
b6c93e3ba0
1 changed files with 2 additions and 1 deletions
|
@ -506,8 +506,9 @@ menu spec-compliant desktop menus for LXDE.")
|
||||||
(base32
|
(base32
|
||||||
"123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf"))))
|
"123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments (list #:configure-flags #~(list "--enable-gtk3")))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+-2))
|
(list gtk+))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool))
|
(list pkg-config intltool))
|
||||||
(synopsis "Tool for mouse and keyboard configuration in LXDE")
|
(synopsis "Tool for mouse and keyboard configuration in LXDE")
|
||||||
|
|
Reference in a new issue