gtksourceview3: use latest vala

This commit is contained in:
worldofpeace 2019-03-19 19:39:55 -04:00 committed by Jan Tojnar
parent 103bf0cf1d
commit 873528026f
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk3, pango, vala_0_40
{ stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk3, pango, vala
, libxml2, perl, intltool, gettext, gnome3, gobject-introspection, dbus, xvfb_run, shared-mime-info }:
stdenv.mkDerivation rec {
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig intltool perl gobject-introspection vala_0_40 ];
nativeBuildInputs = [ pkgconfig intltool perl gobject-introspection vala ];
checkInputs = [ xvfb_run dbus ];