add gst-editing-services 1.2.0

This commit is contained in:
宋文武
2014-03-17 22:06:32 +08:00
parent 7d3eb6307b
commit c3ffcb1cfe
2 changed files with 26 additions and 0 deletions
@@ -16,4 +16,6 @@ rec {
gst-python = callPackage ./python { inherit gst-plugins-base gstreamer; };
gnonlin = callPackage ./gnonlin { inherit gst-plugins-base; };
gst-editing-services = callPackage ./ges { inherit gnonlin; };
}