gnu: Add polkit-qt6.
* gnu/packages/polkit.scm (polkit-qt6): New variable. Change-Id: Ifc78e3c94ecb38c6edc9b3e1a6dde90729ce8128master
parent
cc75333625
commit
ea812cf80c
|
@ -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")
|
||||
|
|
Reference in New Issue