gst-python: make it works

This commit is contained in:
宋文武
2014-03-22 22:19:44 +08:00
parent 6f689beeeb
commit 36af50f69a
2 changed files with 22 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
sha256 = "09c6yls8ipbmwimdjr7xi3hvf2xa1xn1pv07855r7wfyzas1xbl1";
};
patches = [ ./different-path-with-pygobject.patch ];
buildInputs =
[ pkgconfig gst-plugins-base pygtk pygobject3 ]
;