Pass qt_gstreamer to ktp-call-ui

svn path=/nixpkgs/trunk/; revision=33080
This commit is contained in:
Yury G. Kudryashov 2012-03-14 19:35:46 +00:00
parent c9da6ff736
commit 044361ec18
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,5 @@
{ stdenv, fetchurl, fetchgit, telepathy_qt, kdelibs, gettext, pkgconfig }:
{ stdenv, fetchurl, fetchgit, telepathy_qt, kdelibs, gettext, pkgconfig
, qt_gstreamer }:
let
version = "0.3.0";
@ -38,7 +39,7 @@ let
sha256 = "0yv386rqy4vkwmd38wvvsrbam59sbv5k2lwimv96kf93xgkp5g0l";
};
buildInputs = [ kdelibs telepathy_qt common_internals ];
buildInputs = [ kdelibs telepathy_qt common_internals qt_gstreamer ];
buildNativeInputs = [ gettext pkgconfig ];
};
};

View File

@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "0g377jlzlwgywgk7nbv9fd0aimv8wpzrymwzdiaffczxv5xvip5h";
};
buildInputs = [ gstreamer gst_plugins_base boost glib qt4 ];
buildInputs = [ gstreamer gst_plugins_base glib qt4 ];
propagatedBuildInputs = [ boost ];
buildNativeInputs = [ cmake automoc4 flex bison pkgconfig ];
patches = [ ./boost1.48.patch ];