libunity: vala -> vala_0_23

This commit is contained in:
Ram Kromberg 2016-08-21 20:12:32 +03:00
parent a206e13fe1
commit fe86c24730

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, vala, python, intltool, pkgconfig
{ stdenv, fetchurl, vala_0_23, python, intltool, pkgconfig
, glib, libgee_0_6, gtk3, dee, libdbusmenu-glib
}:
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ glib libgee_0_6 gtk3 ];
propagatedBuildInputs = [ dee libdbusmenu-glib ];
nativeBuildInputs = [ vala python intltool pkgconfig ];
nativeBuildInputs = [ vala_0_23 python intltool pkgconfig ];
enableParallelBuilding = true;