z572 pushed a commit to branch kde-team
in repository guix.
commit af8fc05097b9582733e7f228523d6eb77da610f0
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat May 4 18:09:08 2024 +0800
gnu: Add kdsoap-qt6.
* gnu/packages/qt.scm (kdsoap-qt6): New variable.
Change-Id: If730329c1259d260ec09949b47402820849d3b7e
---
gnu/packages/qt.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 95e690e0f8..80775fb61d 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5184,6 +5184,16 @@ services using the XML based SOAP protocol and without
the need for a dedicated
web server.")
(license (list license:gpl2 license:gpl3))))
+(define-public kdsoap-qt6
+ (package
+ (inherit kdsoap)
+ (name "kdsoap-qt6")
+ (arguments (substitute-keyword-arguments (package-arguments kdsoap)
+ ((#:configure-flags flags #~(list))
+ #~(cons "-DKDSoap_QT6=true" #$flags))))
+ (inputs (modify-inputs (package-inputs kdsoap)
+ (replace "qtbase" qtbase)))))
+
(define-public libaccounts-qt
(package
(name "libaccounts-qt")