mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: lxqt-globalkeys: Fix build.
* gnu/packages/lxqt.scm (lxqt-globalkeys): Fix build. [inputs]: Replace kwindowsystem with kwindowsystem-5. Change-Id: I9d05ef6a223bef70eadc407e461b275c296f502b
This commit is contained in:
parent
d557655130
commit
17067b1338
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ (define-public lxqt-globalkeys
|
|||
(base32 "17km7yl5fqwhjy35w700s4rjxf9ann3vv6mw6l4r1cf7pvzmxhy7"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list kwindowsystem
|
||||
(list kwindowsystem-5
|
||||
liblxqt
|
||||
libqtxdg
|
||||
qtbase-5
|
||||
|
|
Loading…
Reference in a new issue