Doxygen: Add link to the bug report.
svn path=/nixpkgs/trunk/; revision=32677
This commit is contained in:
parent
423b5b47bc
commit
051129ac79
@ -3007,11 +3007,8 @@ let
|
|||||||
|
|
||||||
doxygen = lowPrio (doxygen_gui.override { qt4 = null; });
|
doxygen = lowPrio (doxygen_gui.override { qt4 = null; });
|
||||||
|
|
||||||
/* XXX: The LaTeX output with Doxygen 1.8.0 makes LaTeX barf:
|
/* XXX: The LaTeX output with Doxygen 1.8.0 makes LaTeX barf.
|
||||||
|
See <https://bugzilla.gnome.org/show_bug.cgi?id=670973>. */
|
||||||
! You can't use `\/' in vertical mode.
|
|
||||||
|
|
||||||
Thus, keep 1.7 around until a better fix is available. */
|
|
||||||
doxygen_1_7 = callPackage ../development/tools/documentation/doxygen/1.7.nix {
|
doxygen_1_7 = callPackage ../development/tools/documentation/doxygen/1.7.nix {
|
||||||
qt4 = null;
|
qt4 = null;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user