diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -30,12 +30,11 @@ then [ python3 (boost.override { enablePython = true; python = python3; }) ] else [ boost ]); - nativeBuildInputs = [ cmake texinfo tzdata doxygen graphviz ninja ]; + nativeBuildInputs = [ cmake texinfo tzdata ]; enableParallelBuilding = true; cmakeFlags = [ - "-GNinja" "-DCMAKE_INSTALL_LIBDIR=lib" "-DBUILD_DOCS:BOOL=ON" "-DUSE_PYTHON:BOOL=${if usePython then "ON" else "OFF"}" |