diff options
Diffstat (limited to 'package.nix')
-rw-r--r-- | package.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.nix b/package.nix index 0f194796f..475827bd7 100644 --- a/package.nix +++ b/package.nix @@ -390,6 +390,7 @@ stdenv.mkDerivation (finalAttrs: { bashInteractive, clang-tools, clangbuildanalyzer, + doxygen, glibcLocales, just, llvmPackages, @@ -455,6 +456,10 @@ stdenv.mkDerivation (finalAttrs: { skopeo just nixfmt + # Included above when internalApiDocs is true, but we set that to + # false intentionally to save dev build time. + # To build them in a dev shell, you can set -Dinternal-api-docs=enabled when configuring. + doxygen # Load-bearing order. Must come before clang-unwrapped below, but after clang_tools above. stdenv.cc ] |