diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-07-07 10:52:12 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-07-07 12:23:39 +0300 |
commit | 05b9c00e597e0597c5c3cef7a0082349d4282864 (patch) | |
tree | 691c0083c323c7dbf4a7679bf14792d3817a2479 /gnu/packages/kde.scm | |
parent | 4742c4decc14bf871d0935831100555316b3d90e (diff) | |
download | patches-05b9c00e597e0597c5c3cef7a0082349d4282864.tar patches-05b9c00e597e0597c5c3cef7a0082349d4282864.tar.gz |
gnu: qca: Build with qtbase.
* gnu/packages/kde.scm (qca)[inputs]: Remove qt, add qtbase.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index b74a6051ea..8b09c22a8e 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -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 |