diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-04 12:40:58 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 00:20:37 -0400 |
commit | 306edc9527e5df8389ffbb218e83780e91651629 (patch) | |
tree | fc2cdc3495ecf81b3b1955a624a67df22e4476e5 /gnu/packages | |
parent | c7bb42e4b02cfdaf8c570d33339e79110133b502 (diff) |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cups.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 3de9ddbf22..d3b1f179b6 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -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 |