mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add polkit-qt6.
* gnu/packages/polkit.scm (polkit-qt6): New variable. Change-Id: Ifc78e3c94ecb38c6edc9b3e1a6dde90729ce8128
This commit is contained in:
parent
cc75333625
commit
ea812cf80c
1 changed files with 7 additions and 0 deletions
|
@ -201,6 +201,13 @@ (define-public polkit-qt
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue