Skip to content

Commit

Permalink
libindicate: 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 a94a987 commit 83b302e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libindicate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
, pkgconfig, autoconf
, glib, dbus_glib, libdbusmenu-glib
, gtkVersion, gtk2 ? null, gtk3 ? null
, python, pygobject, pygtk, gobjectIntrospection, vala, gnome_doc_utils
, python, pygobject, pygtk, gobjectIntrospection, vala_0_23, gnome_doc_utils
, monoSupport ? false, mono ? null, gtk-sharp ? null
}:

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

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

0 comments on commit 83b302e

Please sign in to comment.