diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:01 +0200 |
commit | a8bd13c3993810428fc2e207791465bd8b297a17 (patch) | |
tree | a9569f11f3ce0f35e30bd1cd43dc9f01ece2c2a5 /gnu/packages/cups.scm | |
parent | 3746b4ab86e72871bd77ad993ea1d4c83a59088a (diff) |
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.
Diffstat (limited to 'gnu/packages/cups.scm')
-rw-r--r-- | gnu/packages/cups.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 09c5eadf50..3ff750cfa8 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -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 |