mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: lxtask: Build with GTK 3.
* gnu/packages/lxde.scm (lxtask)[arguments]: New field. [inputs]: Replace gtk+-2 with gtk+.
This commit is contained in:
parent
e8ab1ba7c2
commit
f5d7526477
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ (define-public lxtask
|
|||
(base32
|
||||
"0b2fxg8jjjpk219gh7qa18g45365598nd2bq7rrq0bdvqjdxy5i2"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list gtk+-2))
|
||||
(arguments (list #:configure-flags #~(list "--enable-gtk3")))
|
||||
(inputs (list gtk+))
|
||||
(native-inputs (list intltool pkg-config))
|
||||
(synopsis "LXDE task manager")
|
||||
(description "LXTask is a lightweight task manager derived from Xfce task
|
||||
|
|
Loading…
Reference in a new issue