gtkglext: propagate pangox-compat dependency

This commit is contained in:
Nikolay Amiantov 2016-01-25 15:53:21 +03:00
parent ed9e286fa2
commit 2b989f9d73

View file

@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
};
buildInputs = with xorg;
[ pkgconfig glib gtk mesa pango pangox_compat libX11 libXmu ];
[ pkgconfig glib gtk mesa pango libX11 libXmu ];
propagatedBuildInputs = [ pangox_compat ];
# The library uses `GTK_WIDGET_REALIZED', `GTK_WIDGET_TOPLEVEL', and
# `GTK_WIDGET_NO_WINDOW', all of which appear to be deprecated nowadays.