gnu: cups-pk-helper: Replace polkit with polkit-duktape.

This avoids the error: "package `cups-pk-helper@0.2.7' has an invalid
input: ("_" #<syntax-transformer polkit>)".  On core-updates, polkit-duktape
is the default polkit anyway.

* gnu/packages/cups.scm (cups-pk-helper)[inputs]: Replace polkit with polkit-duktape.
This commit is contained in:
Maxim Cournoyer 2022-09-04 12:40:58 -04:00
parent c7bb42e4b0
commit 306edc9527
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -492,7 +492,7 @@ (define-public cups-pk-helper
(native-inputs
(list intltool pkg-config `(,glib "bin")))
(inputs
(list glib polkit cups-minimal))
(list glib polkit-duktape cups-minimal))
(home-page "https://www.freedesktop.org/wiki/Software/cups-pk-helper/")
(synopsis "PolicyKit helper to configure CUPS with fine-grained privileges")
(description