Add qt-gstreamer

svn path=/nixpkgs/trunk/; revision=33076
This commit is contained in:
Yury G. Kudryashov
2012-03-14 19:35:26 +00:00
parent 635d1d9bec
commit 6d2a78fc40
3 changed files with 68 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ rec {
gst_python = callPackage ./gst-python {};
qt_gstreamer = callPackage ./qt-gstreamer {};
# Header files are in include/${prefix}/
prefix = "gstreamer-0.10";
}