telepathy-gabble: major update 0.17.2 -> 0.18.2
Also doCheck, enableParallelBuilding, and add meta attributes.
This commit is contained in:
parent
5c482db0dd
commit
87ef13ee80
@ -1,20 +1,27 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libxslt, telepathy_glib, libxml2, dbus_glib
|
{ stdenv, fetchurl, pkgconfig, libxslt, telepathy_glib, libxml2, dbus_glib, dbus_daemon
|
||||||
, sqlite, libsoup, libnice, gnutls }:
|
, sqlite, libsoup, libnice, gnutls }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "telepathy-gabble-0.17.2";
|
name = "telepathy-gabble-0.18.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/releases/telepathy-gabble/${name}.tar.gz";
|
url = "${meta.homepage}/releases/telepathy-gabble/${name}.tar.gz";
|
||||||
sha256 = "137sslbgh0326lmwihcr2ybljgq9mzsx5wnciilpx884si22wpk8";
|
sha256 = "00ag32ccbj0hmy41rb0fg9gp40m7zbq45r4yijnyslk2mpkvg7c9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [pkgconfig libxslt];
|
nativeBuildInputs = [pkgconfig libxslt];
|
||||||
buildInputs = [ libxml2 dbus_glib sqlite libsoup libnice telepathy_glib gnutls ];
|
buildInputs = [ libxml2 dbus_glib sqlite libsoup libnice telepathy_glib gnutls ]
|
||||||
|
++ stdenv.lib.optional doCheck dbus_daemon;
|
||||||
|
|
||||||
configureFlags = "--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt";
|
configureFlags = "--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt";
|
||||||
|
|
||||||
meta = {
|
enableParallelBuilding = true;
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "A Jabber/XMPP connection manager for the Telepathy framework";
|
||||||
homepage = http://telepathy.freedesktop.org;
|
homepage = http://telepathy.freedesktop.org;
|
||||||
|
license = licenses.lgpl21Plus;
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -9552,9 +9552,7 @@ let
|
|||||||
|
|
||||||
telegram-cli = callPackage ../applications/networking/instant-messengers/telegram-cli/default.nix { };
|
telegram-cli = callPackage ../applications/networking/instant-messengers/telegram-cli/default.nix { };
|
||||||
|
|
||||||
telepathy_gabble = callPackage ../applications/networking/instant-messengers/telepathy/gabble {
|
telepathy_gabble = callPackage ../applications/networking/instant-messengers/telepathy/gabble { };
|
||||||
inherit (pkgs.gnome) libsoup;
|
|
||||||
};
|
|
||||||
|
|
||||||
telepathy_haze = callPackage ../applications/networking/instant-messengers/telepathy/haze {};
|
telepathy_haze = callPackage ../applications/networking/instant-messengers/telepathy/haze {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user