mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: lxqt-about: Fix build.
* gnu/packages/lxqt.scm (lxqt-about): Fix build. [inputs]: Replace kwindowsystem with kwindowsystem-5. Change-Id: I6e788e32bce0898badf75b9da2687a333e2a1773
This commit is contained in:
parent
dc1fa7e538
commit
869e70e31f
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ (define-public lxqt-about
|
|||
(base32 "08b922gyg4591b399pw0y9zl3gr2627dw20c33abqpl30iq1fmd9"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list kwindowsystem
|
||||
(list kwindowsystem-5
|
||||
liblxqt
|
||||
libqtxdg
|
||||
qtbase-5
|
||||
|
|
Loading…
Reference in a new issue