libosinfo: vala -> vala_0_23

This commit is contained in:
Ram Kromberg 2016-08-21 20:10:54 +03:00
parent 83b302e134
commit 4ce4a798ea

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, intltool, gobjectIntrospection, libsoup
, libxslt, check, vala ? null
, libxslt, check, vala_0_23 ? null
}:
stdenv.mkDerivation rec {
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
pkgconfig intltool gobjectIntrospection libsoup libxslt check vala
pkgconfig intltool gobjectIntrospection libsoup libxslt check vala_0_23
];
meta = with stdenv.lib; {