~ruther/guix-local

306edc9527e5df8389ffbb218e83780e91651629 — Maxim Cournoyer 3 years ago c7bb42e
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/cups.scm
M gnu/packages/cups.scm => gnu/packages/cups.scm +1 -1
@@ 492,7 492,7 @@ device-specific programs to convert and print many types of files.")
    (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