guix-commits
[Top][All Lists]
Advanced

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

11/24: gnu: lxqt-globalkeys: Fix build.


From: guix-commits
Subject: 11/24: gnu: lxqt-globalkeys: Fix build.
Date: Mon, 8 Jul 2024 12:35:39 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 566ffbd1aac70c8b2b160ffcd88539f54f063c10
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Jul 9 00:06:49 2024 +0800

    gnu: lxqt-globalkeys: Fix build.
    
    * gnu/packages/lxqt.scm (lxqt-globalkeys): Fix build.
    [inputs]: Replace kwindowsystem with kwindowsystem-5.
    
    Change-Id: I9d05ef6a223bef70eadc407e461b275c296f502b
---
 gnu/packages/lxqt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index a982809646..1fe91276b0 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -405,7 +405,7 @@ configuration of both LXQt and the underlying operating 
system.")
         (base32 "17km7yl5fqwhjy35w700s4rjxf9ann3vv6mw6l4r1cf7pvzmxhy7"))))
     (build-system cmake-build-system)
     (inputs
-     (list kwindowsystem
+     (list kwindowsystem-5
            liblxqt
            libqtxdg
            qtbase-5



reply via email to

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