z572 pushed a commit to branch kde-team
in repository guix.
commit 33ceb1036313840a9aa290efd93030ebe8e4d9fe
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Mar 8 23:03:51 2024 +0800
gnu: Add polkit-qt6.
* gnu/packages/polkit.scm (polkit-qt6): New variable.
Change-Id: I6207a1de39dbe9fd0aed164975f47149930667e0
---
gnu/packages/polkit.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index 5f23ed88f3..58a8a236f7 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -201,6 +201,13 @@ QAction and QAbstractButton that lets you integrate those
two component
easily with PolicyKit.")
(license lgpl2.0+)))
+(define-public polkit-qt6
+ (package
+ (inherit polkit-qt)
+ (name "polkit-qt6")
+ (inputs (modify-inputs (package-inputs polkit-qt)
+ (replace "qtbase" qtbase)))))
+
(define-public polkit-gnome
(package
(name "polkit-gnome")