synapse: use latest vala

This commit is contained in:
worldofpeace 2019-03-14 00:11:54 -04:00
parent 225bf9f38f
commit 9a42d2d3c5

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, gettext, pkgconfig, glib, libnotify, gtk3, libgee { stdenv, fetchurl, gettext, pkgconfig, glib, libnotify, gtk3, libgee
, keybinder3, json-glib, zeitgeist, vala_0_38, hicolor-icon-theme, gobject-introspection , keybinder3, json-glib, zeitgeist, vala, hicolor-icon-theme, gobject-introspection
}: }:
let let
@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig gettext vala_0_38 pkgconfig gettext vala
# For setup hook # For setup hook
gobject-introspection gobject-introspection
]; ];