guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/18: gnu: lxappearance: Build with GTK 3.


From: guix-commits
Subject: 07/18: gnu: lxappearance: Build with GTK 3.
Date: Wed, 17 Aug 2022 22:57:55 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 50ece0e14c4f7101cebb116b4d9a8a038b8d9edd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 17 22:10:52 2022 -0400

    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 @@ libFM file management library.")))
        (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]