mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: kaidan: Fix build.
* gnu/packages/messaging.scm (kaidan)[inputs]: Replace kirigami and knotifications with kirigami-5 and knotifications-5. Change-Id: I4a5da6294207dc363becd9a19b67d5be480731f5
This commit is contained in:
parent
92d545f2a6
commit
d4c8ec90bc
1 changed files with 8 additions and 8 deletions
|
@ -1502,8 +1502,8 @@ (define-public kaidan
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
python-wrapper))
|
python-wrapper))
|
||||||
(inputs (list kirigami
|
(inputs (list kirigami-5
|
||||||
knotifications
|
knotifications-5
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
qtgraphicaleffects
|
qtgraphicaleffects
|
||||||
|
|
Loading…
Reference in a new issue