gtksourceview3: use latest vala
This commit is contained in:
parent
103bf0cf1d
commit
873528026f
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user