Skip to content

Commit

Permalink
libappindicator: vala -> vala_0_23
Browse files Browse the repository at this point in the history
  • Loading branch information
RamKromberg committed Aug 21, 2016
1 parent 7e226b0 commit ef4f13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libappindicator/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, glib, dbus_glib, gtkVersion
, gtk2 ? null, libindicator-gtk2 ? null, libdbusmenu-gtk2 ? null
, gtk3 ? null, libindicator-gtk3 ? null, libdbusmenu-gtk3 ? null
, python, pygobject, pygtk, gobjectIntrospection, vala
, python, pygobject, pygtk, gobjectIntrospection, vala_0_23
, monoSupport ? false, mono ? null, gtk-sharp ? null
}:

Expand All @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {

buildInputs = [
glib dbus_glib
python pygobject pygtk gobjectIntrospection vala
python pygobject pygtk gobjectIntrospection vala_0_23
] ++ (if gtkVersion == "2"
then [ gtk2 libindicator-gtk2 libdbusmenu-gtk2 ] ++ optionals monoSupport [ mono gtk-sharp ]
else [ gtk3 libindicator-gtk3 libdbusmenu-gtk3 ]);
Expand Down

0 comments on commit ef4f13a

Please sign in to comment.