summary refs log tree commit diff
path: root/pkgs/development/libraries/gstreamer
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-03-14 19:35:46 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-03-14 19:35:46 +0000
commit044361ec189a9957145dd8b1852222df7e06732b (patch)
tree329dbc29e9814bbe7ccc5e38f8ed4de3c6ae1534 /pkgs/development/libraries/gstreamer
parentc9da6ff7361ca65c61bdd6fd6cd4ebac94b6d038 (diff)
downloadnixlib-044361ec189a9957145dd8b1852222df7e06732b.tar
nixlib-044361ec189a9957145dd8b1852222df7e06732b.tar.gz
nixlib-044361ec189a9957145dd8b1852222df7e06732b.tar.bz2
nixlib-044361ec189a9957145dd8b1852222df7e06732b.tar.lz
nixlib-044361ec189a9957145dd8b1852222df7e06732b.tar.xz
nixlib-044361ec189a9957145dd8b1852222df7e06732b.tar.zst
nixlib-044361ec189a9957145dd8b1852222df7e06732b.zip
Pass qt_gstreamer to ktp-call-ui
svn path=/nixpkgs/trunk/; revision=33080
Diffstat (limited to 'pkgs/development/libraries/gstreamer')
-rw-r--r--pkgs/development/libraries/gstreamer/qt-gstreamer/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gstreamer/qt-gstreamer/default.nix b/pkgs/development/libraries/gstreamer/qt-gstreamer/default.nix
index 98b1f21fb981..e84c16005586 100644
--- a/pkgs/development/libraries/gstreamer/qt-gstreamer/default.nix
+++ b/pkgs/development/libraries/gstreamer/qt-gstreamer/default.nix
@@ -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 ];