Hint linkage to doxygen.

pull/1/head
Joshua Potter 2024-01-06 11:07:08 -07:00
parent bf7a1668b2
commit 9b750ff627
1 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,11 @@
pname = "<NAME>";
src = ./.;
version = "0.1.0";
nativeBuildInputs = with pkgs; [ cmake ];
nativeBuildInputs = with pkgs; [
cmake
# Include if interested in building documentation.
# doxygen
];
buildPhase = ''
cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build .