ibus: propagate glib
This commit is contained in:
parent
18d7366418
commit
3e2458a085
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user