ibus: propagate glib
This commit is contained in:
parent
18d7366418
commit
3e2458a085
1 changed files with 3 additions and 1 deletions
|
@ -34,10 +34,12 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
python3 pygobject3
|
||||
intltool isocodes pkgconfig
|
||||
gtk2 gtk3 dconf glib
|
||||
gtk2 gtk3 dconf
|
||||
dbus libnotify gobjectIntrospection wayland
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ glib ];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue