mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ (define-public cups-filters
|
|||
`(("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)
|
||||
|
|
Loading…
Reference in a new issue