guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: qca: Build with qtbase.


From: Efraim Flashner
Subject: 02/04: gnu: qca: Build with qtbase.
Date: Thu, 7 Jul 2016 09:24:00 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 05b9c00e597e0597c5c3cef7a0082349d4282864
Author: Efraim Flashner <address@hidden>
Date:   Thu Jul 7 10:52:12 2016 +0300

    gnu: qca: Build with qtbase.
    
    * gnu/packages/kde.scm (qca)[inputs]: Remove qt, add qtbase.
---
 gnu/packages/kde.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index b74a605..8b09c22 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]