[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: hop: Add input avahi.
From: |
Andreas Enge |
Subject: |
01/01: gnu: hop: Add input avahi. |
Date: |
Tue, 26 Jan 2016 14:11:05 +0000 |
andreas pushed a commit to branch core-updates
in repository guix.
commit a394c60aa381d2284e382b48af990b6bdc5f33b4
Author: Andreas Enge <address@hidden>
Date: Tue Jan 26 15:10:23 2016 +0100
gnu: hop: Add input avahi.
gnu/packages/scheme.scm (hop)[inputs]: Add avahi.
---
gnu/packages/scheme.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index aea8b54..b438c3e 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -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")