telepathy_gabble: 0.18.2 → 0.18.3
This commit is contained in:
parent
afe9649210
commit
3253b1f50a
@ -2,11 +2,11 @@
|
|||||||
, sqlite, libsoup, libnice, gnutls}:
|
, sqlite, libsoup, libnice, gnutls}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "telepathy-gabble-0.18.2";
|
name = "telepathy-gabble-0.18.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/releases/telepathy-gabble/${name}.tar.gz";
|
url = "${meta.homepage}/releases/telepathy-gabble/${name}.tar.gz";
|
||||||
sha256 = "00ag32ccbj0hmy41rb0fg9gp40m7zbq45r4yijnyslk2mpkvg7c9";
|
sha256 = "1hl9k6jwn2afwwv7br16wfw5szdhwxqziba47xd8vjwvgrh19iwf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig libxslt ];
|
nativeBuildInputs = [ pkgconfig libxslt ];
|
||||||
@ -19,8 +19,9 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://telepathy.freedesktop.org;
|
homepage = https://telepathy.freedesktop.org/components/telepathy-gabble/;
|
||||||
description = "Jabber/XMPP connection manager for the Telepathy framework";
|
description = "Jabber/XMPP connection manager for the Telepathy framework";
|
||||||
|
license = licenses.lgpl21Plus;
|
||||||
platforms = stdenv.lib.platforms.gnu;
|
platforms = stdenv.lib.platforms.gnu;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user