mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: hop: Add input avahi.
gnu/packages/scheme.scm (hop)[inputs]: Add avahi.
This commit is contained in:
parent
46854e99ca
commit
a394c60aa3
1 changed files with 2 additions and 1 deletions
|
@ -256,7 +256,8 @@ (define-public hop
|
||||||
"-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 a new issue