Skip to content

Commit

Permalink
pomodoro: vala -> vala_0_32
Browse files Browse the repository at this point in the history
  • Loading branch information
RamKromberg committed Aug 21, 2016
1 parent 168d8c6 commit c5204e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/3.20/misc/pomodoro/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, which, automake113x, intltool, pkgconfig, libtool, makeWrapper,
dbus_glib, libcanberra, gst_all_1, vala, gnome3, gtk3, gst_plugins_base,
dbus_glib, libcanberra, gst_all_1, vala_0_32, gnome3, gtk3, gst_plugins_base,
glib, gobjectIntrospection, telepathy_glib
}:

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

buildInputs = [
which automake113x intltool glib gobjectIntrospection pkgconfig libtool
makeWrapper dbus_glib libcanberra vala gst_all_1.gstreamer
makeWrapper dbus_glib libcanberra vala_0_32 gst_all_1.gstreamer
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
gnome3.gsettings_desktop_schemas gnome3.gnome_desktop
gnome3.gnome_common gnome3.gnome_shell gtk3 telepathy_glib
Expand Down

0 comments on commit c5204e5

Please sign in to comment.