gst-editing-services: enable gobject introspection

This commit is contained in:
宋文武 2014-03-22 20:56:29 +08:00
parent 13928c9892
commit 6f689beeeb

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, python
{ stdenv, fetchurl, pkgconfig, python, gobjectIntrospection
, gnonlin, libxml2
}:
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
sha256 = "1n7nw8rqvwna9af55lggah44gdvfgld1igvgaya8glc37wpq89b0";
};
nativeBuildInputs = [ pkgconfig python ];
nativeBuildInputs = [ pkgconfig python gobjectIntrospection ];
propagatedBuildInputs = [ gnonlin libxml2 ];
}