mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: Add qca-qt6.
* gnu/packages/kde.scm (qca-qt6): New variable. Change-Id: Id27ce0239c2eebfa572d8d10b895244b6e96ba8b
This commit is contained in:
parent
f6b59950cd
commit
65239de983
1 changed files with 8 additions and 0 deletions
|
@ -959,6 +959,14 @@ (define-public qca
|
||||||
cards.")
|
cards.")
|
||||||
(license license:lgpl2.1+)))
|
(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
|
(define-public kommit
|
||||||
(package
|
(package
|
||||||
(name "kommit")
|
(name "kommit")
|
||||||
|
|
Loading…
Reference in a new issue