Let hydra build telepathy-salut

svn path=/nixpkgs/trunk/; revision=33216
This commit is contained in:
Yury G. Kudryashov 2012-03-17 20:57:24 +00:00
parent 457e59d99d
commit 062d040413

View file

@ -16,4 +16,9 @@ stdenv.mkDerivation rec {
buildNativeInputs = [ libxslt pkgconfig ];
configureFlags = "--disable-avahi-tests";
meta = {
description = "Link-local XMPP connection manager for Telepathy";
platforms = stdenv.lib.platforms.gnu; # Random choice
};
}