gst-python -> pythonPackages.gst-python

This commit is contained in:
宋文武
2015-09-18 20:38:18 +08:00
parent 60d1c0cfd1
commit 38812685ed
3 changed files with 12 additions and 8 deletions
@@ -13,8 +13,6 @@ rec {
gst-libav = callPackage ./libav { inherit gst-plugins-base; };
gst-python = callPackage ./python { inherit gst-plugins-base gstreamer; };
gnonlin = callPackage ./gnonlin { inherit gst-plugins-base; };
gst-editing-services = callPackage ./ges { inherit gnonlin; };