z572 pushed a commit to branch kde-team
in repository guix.
commit ea812cf80c7d7a16a861806f95fba0ebe690550c
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jul 5 23:20:38 2024 +0800
gnu: Add polkit-qt6.
* gnu/packages/polkit.scm (polkit-qt6): New variable.
Change-Id: Ifc78e3c94ecb38c6edc9b3e1a6dde90729ce8128
---
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")