telepathy-qt: tiny update 0.9.6 -> 0.9.6.1

This commit is contained in:
Vladimír Čunát 2016-01-15 18:02:06 +01:00
parent cdb0db3f31
commit dbfb717f55

View File

@ -2,11 +2,11 @@
, telepathy_farstream, telepathy_glib, pythonDBus, fetchpatch }: , telepathy_farstream, telepathy_glib, pythonDBus, fetchpatch }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "telepathy-qt-0.9.6"; name = "telepathy-qt-0.9.6.1";
src = fetchurl { src = fetchurl {
url = "http://telepathy.freedesktop.org/releases/telepathy-qt/${name}.tar.gz"; url = "http://telepathy.freedesktop.org/releases/telepathy-qt/${name}.tar.gz";
sha256 = "0j7hs055cx5g9chn3b2p0arig70m5g9547qgqvk29kxdyxxxsmqc"; sha256 = "1y51c6rxk5qvmab98c8rnmrlyk27hnl248casvbq3cd93sav8vj9";
}; };
patches = let patches = let
mkUrl = hash: "http://cgit.freedesktop.org/telepathy/telepathy-qt/patch/?id=" + hash; mkUrl = hash: "http://cgit.freedesktop.org/telepathy/telepathy-qt/patch/?id=" + hash;
@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
cmakeFlags = "-DDESIRED_QT_VERSION=${builtins.substring 0 1 qtbase.version}"; cmakeFlags = "-DDESIRED_QT_VERSION=${builtins.substring 0 1 qtbase.version}";
NIX_CFLAGS_COMPILE = [ "-Wno-error=cpp" ]; # remove after the next update
preBuild = '' preBuild = ''
NIX_CFLAGS_COMPILE+=" `pkg-config --cflags dbus-glib-1`" NIX_CFLAGS_COMPILE+=" `pkg-config --cflags dbus-glib-1`"
''; '';