diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-08-30 17:29:02 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-08-30 17:29:02 +0300 |
commit | 7e214019055a0a2feee9edce3b20bef621f4d33c (patch) | |
tree | 7b5bc2010df6a6fbed23df5e0df2c3c3d2a879e2 /gnu/packages/cups.scm | |
parent | 72df6680610050476b5fb309e92777d9519f45ef (diff) | |
download | patches-7e214019055a0a2feee9edce3b20bef621f4d33c.tar patches-7e214019055a0a2feee9edce3b20bef621f4d33c.tar.gz |
gnu: cups-filters: Add missing avahi input.
* gnu/packages/cups.scm (cups-filters)[inputs]: Add avahi.
This is a follow-up to commit 6c4742530a4b4b9f25f9e63dc14fe3f88c51d19d.
Diffstat (limited to 'gnu/packages/cups.scm')
-rw-r--r-- | gnu/packages/cups.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index c7c11eba98..f5c199e1d3 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -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) |