gnu: hop: Add input avahi.

gnu/packages/scheme.scm (hop)[inputs]: Add avahi.
This commit is contained in:
Andreas Enge 2016-01-26 15:10:23 +01:00
parent 46854e99ca
commit a394c60aa3

View file

@ -256,7 +256,8 @@ (define-public hop
"-ldopt -Wl,-rpath," out "/lib")))))
%standard-phases)
#:tests? #f)) ; no test suite
(inputs `(("bigloo" ,bigloo)
(inputs `(("avahi" ,avahi)
("bigloo" ,bigloo)
("which" ,which)))
(home-page "http://hop.inria.fr/")
(synopsis "Multi-tier programming language for the Web 2.0")