guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 13/13: gnu: cups-pk-helper: Make references non-native.
Date: Sat, 13 Aug 2022 15:28:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a8bd13c3993810428fc2e207791465bd8b297a17
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 7 02:00:00 2022 +0200

    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.
---
 gnu/packages/cups.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]