gobject-introspection: add glib to propagatedBuldInputs

This commit is contained in:
Luca Bruno 2014-12-08 16:18:29 +01:00
parent 4aa3eec330
commit 9d86b4683d

View File

@ -16,10 +16,10 @@ stdenv.mkDerivation rec {
sha256 = "162flbzwzz0b8axab2gimc4dglpaw88fh1d177zfg0whczlpbsln"; sha256 = "162flbzwzz0b8axab2gimc4dglpaw88fh1d177zfg0whczlpbsln";
}; };
buildInputs = [ flex bison glib pkgconfig python ] buildInputs = [ flex bison pkgconfig python ]
++ libintlOrEmpty ++ libintlOrEmpty
++ stdenv.lib.optional stdenv.isDarwin otool; ++ stdenv.lib.optional stdenv.isDarwin otool;
propagatedBuildInputs = [ libffi ]; propagatedBuildInputs = [ libffi glib ];
# Tests depend on cairo, which is undesirable (it pulls in lots of # Tests depend on cairo, which is undesirable (it pulls in lots of
# other dependencies). # other dependencies).