From 50ece0e14c4f7101cebb116b4d9a8a038b8d9edd Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 17 Aug 2022 22:10:52 -0400 Subject: [PATCH] gnu: lxappearance: Build with GTK 3. * gnu/packages/lxde.scm (lxappearance): [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 ccb8efd671..dee8a5aa5e 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -115,7 +115,8 @@ (define-public lxappearance (sha256 (base32 "0f4bjaamfxxdr9civvy55pa6vv9dx1hjs522gjbbgx7yp1cdh8kj")))) (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 GTK+ theme switcher") (description "LXAppearance is a desktop-independent GTK+ theme switcher