ibus: propagate glib

This commit is contained in:
Nikolay Amiantov 2016-08-22 06:11:18 +03:00
parent 18d7366418
commit 3e2458a085

View File

@ -34,10 +34,12 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
python3 pygobject3 python3 pygobject3
intltool isocodes pkgconfig intltool isocodes pkgconfig
gtk2 gtk3 dconf glib gtk2 gtk3 dconf
dbus libnotify gobjectIntrospection wayland dbus libnotify gobjectIntrospection wayland
]; ];
propagatedBuildInputs = [ glib ];
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
preConfigure = '' preConfigure = ''