telepathy-related: fix via update

Some updates were restricted by gstreamer being <1.0
This commit is contained in:
Vladimír Čunát
2013-02-23 22:20:42 +01:00
parent e02153a3c0
commit c9d3702c97
13 changed files with 43 additions and 43 deletions
@@ -10,11 +10,11 @@ stdenv.mkDerivation rec {
sha256 = "1nbkbvq959f70zhr03fwdibhs0sbf1k7zmbz9w99vda7gdcl0nps";
};
buildInputs = [ libnice python pygobject gupnp_igd ];
buildInputs = [ libnice python pygobject gupnp_igd libnice ];
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ gstreamer gst_plugins_base gst_python
propagatedBuildInputs = [ gstreamer gst_plugins_base gst_python
gst_plugins_good gst_plugins_bad gst_ffmpeg
];