enable gobjectintrospection for some libs

This commit is contained in:
Domen Kožar
2014-01-21 14:11:20 +01:00
parent a3716328e6
commit b4d1d88e42
3 changed files with 10 additions and 6 deletions
@@ -1,4 +1,5 @@
{ stdenv, fetchurl, dbus_glib, glib, python, pkgconfig, libxslt }:
{ stdenv, fetchurl, dbus_glib, glib, python, pkgconfig, libxslt
, gobjectIntrospection }:
stdenv.mkDerivation rec {
name = "telepathy-glib-0.22.0";
@@ -8,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0mqrq2azw70rm50vy21acfnzn8mmh0w7dxh87mwr1lyk0jn1n232";
};
propagatedBuildInputs = [dbus_glib glib python];
propagatedBuildInputs = [dbus_glib glib python gobjectIntrospection];
buildInputs = [pkgconfig libxslt];