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:
parent
3fa21ca85c
commit
a91a051332
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue