mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
3746b4ab86
commit
a8bd13c399
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue