mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -174,7 +174,8 @@ or external monitor.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user