guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: cups-filters: Sort inputs.


From: guix-commits
Subject: 02/02: gnu: cups-filters: Sort inputs.
Date: Thu, 20 Jul 2023 17:27:29 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit e1ef07d653b177c915f09ff48e87ea68423452b0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jul 20 16:58:08 2023 -0400

    gnu: cups-filters: Sort inputs.
    
    * gnu/packages/cups.scm (cups-filters) [inputs]: Sort.
---
 gnu/packages/cups.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index a707006c3b..76dc4bec5f 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -209,27 +209,27 @@ driver is known to work with these printers:
                     (find-files (string-append #$output
                                                "/lib/cups/filter"))))))))
     (native-inputs
-     (list `(,glib "bin")               ; for gdbus-codegen
+     (list `(,glib "bin")               ;for gdbus-codegen
            pkg-config))
     (inputs
      (list avahi
            coreutils
+           cups-minimal
+           dbus
+           font-dejavu                  ;also needed by test suite
            fontconfig
            freetype
-           font-dejavu                  ; also needed by test suite
            ghostscript/cups
+           glib
            grep
            ijs
-           dbus
            lcms
            libjpeg-turbo
            libpng
            libtiff
-           glib
-           qpdf
            poppler
-           sed
-           cups-minimal))
+           qpdf
+           sed))
     (home-page "https://wiki.linuxfoundation.org/openprinting/cups-filters";)
     (synopsis "OpenPrinting CUPS filters and backends")
     (description



reply via email to

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