me
/
guix
Archived
1
0
Fork 0

gnu: Add kdsoap-qt6.

* gnu/packages/qt.scm (kdsoap-qt6): New variable.

Change-Id: Id4a834702501d3260a9808d68643e8003f1072cd
master
Zheng Junjie 2024-07-05 23:22:20 +08:00
parent 1621e22e30
commit 5b1b766291
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 10 additions and 0 deletions

View File

@ -5207,6 +5207,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")