diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-13 23:44:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-13 23:44:55 +0200 |
commit | c3cf9d36e40713212ffc9d75aa2324ab7bad4f9b (patch) | |
tree | 1d04f8c542b78e1510a8d29163e578fe2538d81e /gnu/packages/avahi.scm | |
parent | 314a83ef1e80b47b44debc1118e38d7f761e0e7f (diff) | |
parent | ca9ea1a849d685db46adcb92449dff36427c48bd (diff) | |
download | patches-c3cf9d36e40713212ffc9d75aa2324ab7bad4f9b.tar patches-c3cf9d36e40713212ffc9d75aa2324ab7bad4f9b.tar.gz |
Merge branch 'bug-17853'
Diffstat (limited to 'gnu/packages/avahi.scm')
-rw-r--r-- | gnu/packages/avahi.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/avahi.scm b/gnu/packages/avahi.scm index bc70878d46..d3a92844c2 100644 --- a/gnu/packages/avahi.scm +++ b/gnu/packages/avahi.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -60,6 +60,7 @@ ("libdaemon" ,libdaemon))) (native-inputs `(("intltool" ,intltool) + ("glib" ,glib "bin") ("pkg-config" ,pkg-config))) (synopsis "Avahi, an mDNS/DNS-SD implementation") (description |