gnu: cups-filters: Add missing avahi input.
* gnu/packages/cups.scm (cups-filters)[inputs]: Add avahi.
This is a follow-up to commit 6c4742530a
.
This commit is contained in:
parent
72df668061
commit
7e21401905
|
@ -80,7 +80,8 @@
|
||||||
`(("glib" ,glib "bin") ; for gdbus-codegen
|
`(("glib" ,glib "bin") ; for gdbus-codegen
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
`(("avahi" ,avahi)
|
||||||
|
("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("font-dejavu" ,font-dejavu) ;needed by test suite
|
("font-dejavu" ,font-dejavu) ;needed by test suite
|
||||||
("ghostscript" ,ghostscript)
|
("ghostscript" ,ghostscript)
|
||||||
|
|
Loading…
Reference in New Issue