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
parent
3746b4ab86
commit
a8bd13c399
|
@ -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
|
||||
|
|
Reference in New Issue