telepathy-gabble: build on hydra

This commit is contained in:
Luca Bruno 2014-07-06 11:49:52 +02:00
parent 1b7d5ff469
commit 873832ab6d

View File

@ -9,12 +9,14 @@ stdenv.mkDerivation rec {
sha256 = "137sslbgh0326lmwihcr2ybljgq9mzsx5wnciilpx884si22wpk8";
};
nativeBuildInputs = [pkgconfig libxslt];
nativeBuildInputs = [ pkgconfig libxslt ];
buildInputs = [ libxml2 dbus_glib sqlite libsoup libnice telepathy_glib gnutls ];
configureFlags = "--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt";
meta = {
homepage = http://telepathy.freedesktop.org;
description = "Jabber/XMPP connection manager for the Telepathy framework";
platforms = stdenv.lib.platforms.gnu;
};
}