From ea812cf80c7d7a16a861806f95fba0ebe690550c Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Fri, 5 Jul 2024 23:20:38 +0800 Subject: 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(+) (limited to 'gnu') 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") -- cgit v1.2.3