telepathy-gabble-0.15.4
svn path=/nixpkgs/trunk/; revision=33044
This commit is contained in:
parent
8398beefc2
commit
941d15af7a
@ -1,16 +1,18 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libxslt, telepathy_glib, loudmouth }:
|
{ stdenv, fetchurl, pkgconfig, libxslt, telepathy_glib, libxml2, dbus_glib
|
||||||
|
, sqlite, libsoup, libnice, gnutls }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "telepathy-gabble-0.7.2";
|
name = "telepathy-gabble-0.15.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/releases/telepathy-gabble/${name}.tar.gz";
|
url = "${meta.homepage}/releases/telepathy-gabble/${name}.tar.gz";
|
||||||
sha256 = "0r1j475a5s2a4f10hybmavf4kf6nrnjnv091dpic5nl2asdilb7i";
|
sha256 = "0rgqxsdcxds0ljcc01f9ifav26y80p4my37wqzkicr9hmv54h98s";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [telepathy_glib loudmouth];
|
buildNativeInputs = [pkgconfig libxslt];
|
||||||
|
buildInputs = [ libxml2 dbus_glib sqlite libsoup libnice telepathy_glib gnutls ];
|
||||||
buildInputs = [pkgconfig libxslt];
|
|
||||||
|
configureFlags = "--with-ca-certificates=/etc/ca-bundle.crt";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://telepathy.freedesktop.org;
|
homepage = http://telepathy.freedesktop.org;
|
||||||
|
@ -4702,7 +4702,9 @@ let
|
|||||||
|
|
||||||
tecla = callPackage ../development/libraries/tecla { };
|
tecla = callPackage ../development/libraries/tecla { };
|
||||||
|
|
||||||
telepathy_gabble = callPackage ../development/libraries/telepathy-gabble { };
|
telepathy_gabble = callPackage ../development/libraries/telepathy-gabble {
|
||||||
|
inherit (pkgs.gnome) libsoup;
|
||||||
|
};
|
||||||
|
|
||||||
telepathy_glib = callPackage ../development/libraries/telepathy-glib { };
|
telepathy_glib = callPackage ../development/libraries/telepathy-glib { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user