pkgs/development/tools/documentation/doxygen: updated meta section for Hydra
Build doxygen on all Unix'ish platforms. svn path=/nixpkgs/trunk/; revision=23440
This commit is contained in:
parent
0b8f30aa8f
commit
9f26d6e101
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
# export LIBRARY_PATH="${qt}/lib:$LIBRARY_PATH"
|
# export LIBRARY_PATH="${qt}/lib:$LIBRARY_PATH"
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
license = "GPLv2+";
|
||||||
|
homepage = "http://doxygen.org/";
|
||||||
description = "Doxygen, a source code documentation generator tool";
|
description = "Doxygen, a source code documentation generator tool";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -39,8 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
manual (in LaTeX) from a set of documented source files.
|
manual (in LaTeX) from a set of documented source files.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://doxygen.org/;
|
maintainers = [stdenv.lib.maintainers.simons];
|
||||||
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = "GPLv2+";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user