vidalia: generate documentation
This commit is contained in:
parent
ef4c8776b7
commit
1c3da8882d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, cmake, qt4 }:
|
||||
{ stdenv, fetchurl, cmake, qt4, doxygen }:
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "vidalia-${version}";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1mw3wnlh18rj20qjv7jxjk3a8mf75p5wzv358qfs3sm3lqgd68qm";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake qt4 ];
|
||||
buildInputs = [ cmake qt4 doxygen ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.torproject.org/projects/vidalia.html.en;
|
||||
|
|
Loading…
Reference in a new issue