libappindicator: propagate dependencies
This commit is contained in:
parent
bd0163fc34
commit
ef4b73a038
@ -27,12 +27,17 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoconf ];
|
nativeBuildInputs = [ pkgconfig autoconf ];
|
||||||
|
|
||||||
|
propagatedBuildInputs =
|
||||||
|
if gtkVersion == "2"
|
||||||
|
then [ gtk2 libdbusmenu-gtk2 ]
|
||||||
|
else [ gtk3 libdbusmenu-gtk3 ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib dbus_glib
|
glib dbus_glib
|
||||||
python pygobject2 pygtk gobjectIntrospection vala_0_23
|
python pygobject2 pygtk gobjectIntrospection vala_0_23
|
||||||
] ++ (if gtkVersion == "2"
|
] ++ (if gtkVersion == "2"
|
||||||
then [ gtk2 libindicator-gtk2 libdbusmenu-gtk2 ] ++ optionals monoSupport [ mono gtk-sharp-2_0 ]
|
then [ libindicator-gtk2 ] ++ optionals monoSupport [ mono gtk-sharp-2_0 ]
|
||||||
else [ gtk3 libindicator-gtk3 libdbusmenu-gtk3 ]);
|
else [ libindicator-gtk3 ]);
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace configure.ac \
|
substituteInPlace configure.ac \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user