treewide: explicitly specify gtk and related package versions

This commit is contained in:
Kirill Boltaev
2016-09-12 18:26:06 +03:00
parent 30107249b1
commit bccd75094f
339 changed files with 893 additions and 872 deletions
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, libnice, pkgconfig, python, gstreamer, gst-plugins-base
, pygobject, gst-python, gupnp_igd
, pygobject2, gst-python, gupnp_igd
, gst-plugins-good, gst-plugins-bad, gst-libav
}:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "0c5vlyiwb799wpby4g9vffiy0nf09gy2cr84ksfy3jwzsxf5n38j";
};
buildInputs = [ libnice python pygobject gupnp_igd libnice ];
buildInputs = [ libnice python pygobject2 gupnp_igd libnice ];
nativeBuildInputs = [ pkgconfig ];