gtksourceview4: use latest vala

This commit is contained in:
worldofpeace 2019-03-19 19:40:22 -04:00 committed by Jan Tojnar
parent 873528026f
commit 88837700be
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, 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 gettext perl gobject-introspection vala_0_40 ];
nativeBuildInputs = [ pkgconfig gettext perl gobject-introspection vala ];
checkInputs = [ xvfb_run dbus ];