From 9f26d6e1017b1576771836bd3e7ad631ffc7b59a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Aug 2010 09:42:40 +0000 Subject: [PATCH] pkgs/development/tools/documentation/doxygen: updated meta section for Hydra Build doxygen on all Unix'ish platforms. svn path=/nixpkgs/trunk/; revision=23440 --- pkgs/development/tools/documentation/doxygen/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/documentation/doxygen/default.nix b/pkgs/development/tools/documentation/doxygen/default.nix index 829dd89147f..b7159b0e6d5 100644 --- a/pkgs/development/tools/documentation/doxygen/default.nix +++ b/pkgs/development/tools/documentation/doxygen/default.nix @@ -29,6 +29,8 @@ stdenv.mkDerivation rec { # export LIBRARY_PATH="${qt}/lib:$LIBRARY_PATH" meta = { + license = "GPLv2+"; + homepage = "http://doxygen.org/"; description = "Doxygen, a source code documentation generator tool"; longDescription = '' @@ -39,8 +41,7 @@ stdenv.mkDerivation rec { manual (in LaTeX) from a set of documented source files. ''; - homepage = http://doxygen.org/; - - license = "GPLv2+"; + maintainers = [stdenv.lib.maintainers.simons]; + platforms = stdenv.lib.platforms.unix; }; }