tootle: use vala_0_40

This commit is contained in:
worldofpeace 2018-12-08 14:34:01 -05:00
parent 77cdbf7e8f
commit 420d022254

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub
, meson, ninja, pkgconfig, python3
, gnome3, vala, gobject-introspection, wrapGAppsHook
, gnome3, vala_0_40, gobject-introspection, wrapGAppsHook
, gtk3, granite
, json-glib, glib, glib-networking, hicolor-icon-theme
}:
@ -18,7 +18,15 @@ in stdenv.mkDerivation rec {
sha256 = "1z3wyx316nns6gi7vlvcfmalhvxncmvcmmlgclbv6b6hwl5x2ysi";
};
nativeBuildInputs = [ meson ninja pkgconfig python3 vala gobject-introspection wrapGAppsHook ];
nativeBuildInputs = [
gobject-introspection
meson
ninja
pkgconfig
python3
vala_0_40 # should be `elementary.vala` when elementary attribute set is merged
wrapGAppsHook
];
buildInputs = [
gtk3 granite json-glib glib glib-networking hicolor-icon-theme
gnome3.libgee gnome3.libsoup gnome3.gsettings-desktop-schemas