From f5d7526477a59e207f5e21a784aaf4ba4417911e Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 17 Aug 2022 22:18:37 -0400 Subject: [PATCH] gnu: lxtask: Build with GTK 3. * gnu/packages/lxde.scm (lxtask)[arguments]: New field. [inputs]: Replace gtk+-2 with gtk+. --- gnu/packages/lxde.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index e840f1c969..3c816d3cbb 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -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