~ruther/guix-local

b76b1dcb9694a8b87669ae0de910b811c9f305a8 — Andreas Enge 10 years ago d02f38f
gnu: cups-filters: Add glib:bin as a native input.

* gnu/packages/cups.scm (cups-filters)[native-inputs]: Add the bin output
  of the glib package.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/cups.scm
M gnu/packages/cups.scm => gnu/packages/cups.scm +2 -1
@@ 71,7 71,8 @@
         ,(string-append "--with-rcdir="
                         (assoc-ref %outputs "out") "/etc/rc.d"))))
    (native-inputs
     `(("pkg-config" ,pkg-config)))
     `(("glib" ,glib "bin") ; for gdbus-codegen
       ("pkg-config" ,pkg-config)))
    (inputs
     `(("fontconfig"   ,fontconfig)
       ("freetype"     ,freetype)