valadoc: fix build
This commit is contained in:
parent
e144899b74
commit
f828bb313b
@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ automake autoconf which gnome3.vala libtool pkgconfig gobjectIntrospection ];
|
nativeBuildInputs = [ automake autoconf which gnome3.vala libtool pkgconfig gobjectIntrospection ];
|
||||||
buildInputs = [ graphviz glib gnome3.libgee expat ];
|
buildInputs = [ graphviz glib gnome3.libgee expat ];
|
||||||
|
|
||||||
preConfigure = "./autogen.sh";
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
packageName = "valadoc";
|
packageName = "valadoc";
|
||||||
@ -20,10 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "valadoc is a documentation generator for generating API documentation from Vala source code";
|
description = "A documentation generator for generating API documentation from Vala source code";
|
||||||
homepage = https://valadoc.org;
|
homepage = https://valadoc.org;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ sternenseemann ];
|
maintainers = with maintainers; [ sternenseemann ];
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user