me
/
guix
Archived
1
0
Fork 0

gnu: cups-pk-helper: Make references non-native.

* gnu/packages/cups.scm (cups-pk-helper)[native-inputs]: Move cups & polkit from here…
[inputs]: …to here.  Make cups-minimal.  Add glib.
master
Tobias Geerinckx-Rice 2022-08-07 02:00:00 +02:00
parent 3746b4ab86
commit a8bd13c399
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 1 deletions

View File

@ -479,7 +479,9 @@ device-specific programs to convert and print many types of files.")
;; XXX The tests require a running D-Bus and CUPS daemon, of course.
(list #:tests? #f))
(native-inputs
(list pkg-config `(,glib "bin") polkit cups))
(list pkg-config `(,glib "bin")))
(inputs
(list glib polkit cups-minimal))
(home-page "https://www.freedesktop.org/wiki/Software/cups-pk-helper/")
(synopsis "PolicyKit helper to configure CUPS with fine-grained privileges")
(description