gnu: qca: Build with qtbase.
* gnu/packages/kde.scm (qca)[inputs]: Remove qt, add qtbase.
This commit is contained in:
parent
4742c4decc
commit
05b9c00e59
|
@ -44,7 +44,7 @@
|
|||
`(("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 New Issue