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.
This commit is contained in:
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

View file

@ -479,7 +479,9 @@ (define-public cups-pk-helper
;; 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