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:
parent
a98d782896
commit
f14188e5d0
@ -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 {
|
stdenv.mkDerivation rec {
|
||||||
version = "2016-10-09";
|
version = "2016-10-09";
|
||||||
name = "valadoc-unstable-${version}";
|
name = "valadoc-unstable-${version}";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ automake autoconf which gnome3.vala libtool pkgconfig gobjectIntrospection ];
|
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";
|
preConfigure = "./autogen.sh";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user