Add gst-python

svn path=/nixpkgs/branches/stdenv-updates/; revision=24733
This commit is contained in:
Michael Raskin
2010-11-17 13:11:41 +00:00
parent c308846055
commit 0cfdfadc73
2 changed files with 32 additions and 0 deletions
@@ -13,6 +13,8 @@ rec {
gnonlin = callPackage ./gnonlin { };
gst_python = callPackage ./gst-python {};
# Header files are in include/${prefix}/
prefix = "gstreamer-0.10";
}