gobject-introspection: add glib to propagatedBuldInputs

wip/yesman
Luca Bruno 10 years ago
parent 4aa3eec330
commit 9d86b4683d
  1. 4
      pkgs/development/libraries/gobject-introspection/default.nix

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

Loading…
Cancel
Save