gnu: hop: Add input avahi.
gnu/packages/scheme.scm (hop)[inputs]: Add avahi.
This commit is contained in:
parent
46854e99ca
commit
a394c60aa3
|
@ -256,7 +256,8 @@ Scheme and C programs and between Scheme and Java programs.")
|
||||||
"-ldopt -Wl,-rpath," out "/lib")))))
|
"-ldopt -Wl,-rpath," out "/lib")))))
|
||||||
%standard-phases)
|
%standard-phases)
|
||||||
#:tests? #f)) ; no test suite
|
#:tests? #f)) ; no test suite
|
||||||
(inputs `(("bigloo" ,bigloo)
|
(inputs `(("avahi" ,avahi)
|
||||||
|
("bigloo" ,bigloo)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(home-page "http://hop.inria.fr/")
|
(home-page "http://hop.inria.fr/")
|
||||||
(synopsis "Multi-tier programming language for the Web 2.0")
|
(synopsis "Multi-tier programming language for the Web 2.0")
|
||||||
|
|
Loading…
Reference in New Issue