forked from mirrors/nixpkgs
telepathy-glib: update to 0.24.0
Adding a gnome online account was not possible due to https://bugs.freedesktop.org/show_bug.cgi?id=68892
This commit is contained in:
parent
add4977a91
commit
64ce2101a4
|
@ -2,11 +2,11 @@
|
|||
, gobjectIntrospection, valaSupport ? true, vala }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "telepathy-glib-0.22.1";
|
||||
name = "telepathy-glib-0.24.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/releases/telepathy-glib/${name}.tar.gz";
|
||||
sha256 = "0vf2drh7g55nxyd0mxyn9sf99m981dagnvv9yc3q9f4k8x092a78";
|
||||
sha256 = "ae0002134991217f42e503c43dea7817853afc18863b913744d51ffa029818cf";
|
||||
};
|
||||
|
||||
configureFlags = stdenv.lib.optional valaSupport "--enable-vala-bindings";
|
||||
|
|
Loading…
Reference in a new issue