3
0
Fork 0
forked from mirrors/nixpkgs

synapse: vala -> vala_0_23

This commit is contained in:
Ram Kromberg 2016-08-21 19:24:49 +03:00
parent 8dad55a70a
commit 214824b99b

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, intltool, pkgconfig, glib, libnotify, gtk3, libgee
, keybinder3, json_glib, zeitgeist, vala, hicolor_icon_theme
, keybinder3, json_glib, zeitgeist, vala_0_23, hicolor_icon_theme
}:
with stdenv.lib;
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [
intltool pkgconfig glib libnotify gtk3 libgee keybinder3 json_glib zeitgeist
vala hicolor_icon_theme
vala_0_23 hicolor_icon_theme
];
meta = {