guix-commits
[Top][All Lists]
Advanced

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

42/178: gnu: Add qca-qt6.


From: guix-commits
Subject: 42/178: gnu: Add qca-qt6.
Date: Mon, 17 Jun 2024 12:13:21 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 613dddb71384b777b3c5a543fe824345873331cc
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jan 20 00:03:53 2024 +0800

    gnu: Add qca-qt6.
    
    * gnu/packages/kde.scm (qca-qt6): New variable.
    
    Change-Id: Id27ce0239c2eebfa572d8d10b895244b6e96ba8b
---
 gnu/packages/kde.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 79e34eee19..b200dbb364 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -959,6 +959,14 @@ including SSL/TLS, X.509 certificates, SASL, OpenPGP, 
S/MIME CMS, and smart
 cards.")
     (license license:lgpl2.1+)))
 
+(define-public qca-qt6
+  (package
+    (inherit qca)
+    (name "qca-qt6")
+    (arguments (list #:configure-flags #~(list "-DBUILD_WITH_QT6=ON")))
+    (inputs
+     (list openssl qtbase qt5compat))))
+
 (define-public kommit
   (package
     (name "kommit")



reply via email to

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