guix-commits
[Top][All Lists]
Advanced

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

10/18: gnu: lxtask: Build with GTK 3.


From: guix-commits
Subject: 10/18: gnu: lxtask: 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 f5d7526477a59e207f5e21a784aaf4ba4417911e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 17 22:18:37 2022 -0400

    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 @@ 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



reply via email to

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