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.
master
Andreas Enge 2015-09-15 23:55:09 +02:00
parent d02f38f3f8
commit b76b1dcb96
1 changed files with 2 additions and 1 deletions

View File

@ -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)