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.
This commit is contained in:
parent
d02f38f3f8
commit
b76b1dcb96
|
@ -71,7 +71,8 @@
|
||||||
,(string-append "--with-rcdir="
|
,(string-append "--with-rcdir="
|
||||||
(assoc-ref %outputs "out") "/etc/rc.d"))))
|
(assoc-ref %outputs "out") "/etc/rc.d"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("glib" ,glib "bin") ; for gdbus-codegen
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
`(("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
|
Loading…
Reference in New Issue