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