valum: vala -> vala_0_28

This commit is contained in:
Ram Kromberg
2016-08-21 19:12:22 +03:00
parent 2acfb62caa
commit 672cf9455d
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, pkgconfig, fetchFromGitHub, python, glib, vala, ctpl
{ stdenv, pkgconfig, fetchFromGitHub, python, glib, vala_0_28, ctpl
, libgee, libsoup, fcgi }:
stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "1lciwqk4k9sf1hl4drl207g0ydlxl906kx9lx5fqhfb8gwcfqh2g";
};
buildInputs = [ python pkgconfig glib vala ctpl libgee libsoup fcgi ];
buildInputs = [ python pkgconfig glib vala_0_28 ctpl libgee libsoup fcgi ];
configurePhase = ''python waf configure --prefix=$out'';