forked from mirrors/nixpkgs
gtkglext: propagate pangox-compat dependency
This commit is contained in:
parent
ed9e286fa2
commit
2b989f9d73
|
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with xorg;
|
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
|
# The library uses `GTK_WIDGET_REALIZED', `GTK_WIDGET_TOPLEVEL', and
|
||||||
# `GTK_WIDGET_NO_WINDOW', all of which appear to be deprecated nowadays.
|
# `GTK_WIDGET_NO_WINDOW', all of which appear to be deprecated nowadays.
|
||||||
|
|
Loading…
Reference in a new issue