gnu: hop: Add input avahi.

gnu/packages/scheme.scm (hop)[inputs]: Add avahi.
master
Andreas Enge 2016-01-26 15:10:23 +01:00
parent 46854e99ca
commit a394c60aa3
1 changed files with 2 additions and 1 deletions

View File

@ -256,7 +256,8 @@ Scheme and C programs and between Scheme and Java programs.")
"-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")