1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

libunity: use more recent vala

This commit is contained in:
Jan Tojnar 2017-12-19 08:04:23 +01:00
parent 3fa21ca85c
commit a91a051332
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, vala_0_23, python, intltool, pkgconfig
{ stdenv, fetchurl, vala_0_26, 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_0_23 python intltool pkgconfig ];
nativeBuildInputs = [ vala_0_26 python intltool pkgconfig ];
enableParallelBuilding = true;