From 420d02225438193a6fc32f48f6dc946541026079 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sat, 8 Dec 2018 14:34:01 -0500 Subject: tootle: use vala_0_40 --- pkgs/applications/misc/tootle/default.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/misc/tootle') diff --git a/pkgs/applications/misc/tootle/default.nix b/pkgs/applications/misc/tootle/default.nix index c326868695ce..c295a8fdb688 100644 --- a/pkgs/applications/misc/tootle/default.nix +++ b/pkgs/applications/misc/tootle/default.nix @@ -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 -- cgit 1.4.1