gobject-introspection: add glib to propagatedBuldInputs
This commit is contained in:
parent
4aa3eec330
commit
9d86b4683d
@ -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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user