diff --git a/pkgs/development/tools/documentation/doxygen/default.nix b/pkgs/development/tools/documentation/doxygen/default.nix index 899343d12ff..9d15dc29772 100644 --- a/pkgs/development/tools/documentation/doxygen/default.nix +++ b/pkgs/development/tools/documentation/doxygen/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { configureFlags = "--release" + (if qt == null then "" else " --with-doxywizard") ; - + makeFlags = "MAN1DIR=share/man/man1"; preConfigure = (if (qt == null) then ""