mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: qca: Build with qtbase.
* gnu/packages/kde.scm (qca)[inputs]: Remove qt, add qtbase.
This commit is contained in:
parent
4742c4decc
commit
05b9c00e59
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ (define-public qca
|
|||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("openssl" ,openssl)
|
||||
("qt" ,qt)))
|
||||
("qtbase" ,qtbase)))
|
||||
(home-page "http://delta.affinix.com/qca/")
|
||||
(synopsis "Libraries for the Qt Cryptographic Architecture")
|
||||
(description "The Qt Cryptographic Architecture (QCA) provides a
|
||||
|
|
Loading…
Reference in a new issue