gnu: cups-filters: Add missing avahi input.

* gnu/packages/cups.scm (cups-filters)[inputs]: Add avahi.
This is a follow-up to commit 6c4742530a.
master
Efraim Flashner 2016-08-30 17:29:02 +03:00
parent 72df668061
commit 7e21401905
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@
`(("glib" ,glib "bin") ; for gdbus-codegen
("pkg-config" ,pkg-config)))
(inputs
`(("fontconfig" ,fontconfig)
`(("avahi" ,avahi)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
("font-dejavu" ,font-dejavu) ;needed by test suite
("ghostscript" ,ghostscript)