valadoc: use newer libgee

Actually valadoc does not depend on libgee 0.8 but on the
libgee 0.8 API as defined in a gir file. I didn't notice the
difference earlier.
This commit is contained in:
sternenseemann 2016-10-10 13:13:52 +02:00
parent a98d782896
commit f14188e5d0

View File

@ -1,4 +1,4 @@
{stdenv, fetchgit, gnome3, automake, autoconf, which, libtool, pkgconfig, graphviz, glib, libgee_0_8, gobjectIntrospection, expat}:
{stdenv, fetchgit, gnome3, automake, autoconf, which, libtool, pkgconfig, graphviz, glib, gobjectIntrospection, expat}:
stdenv.mkDerivation rec {
version = "2016-10-09";
name = "valadoc-unstable-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ automake autoconf which gnome3.vala libtool pkgconfig gobjectIntrospection ];
buildInputs = [ graphviz glib libgee_0_8 expat ];
buildInputs = [ graphviz glib gnome3.libgee expat ];
preConfigure = "./autogen.sh";