diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ then [ python3 (boost.override { enablePython = true; python = python3; }) ] else [ boost ]); - nativeBuildInputs = [ cmake texinfo ]; + nativeBuildInputs = [ cmake texinfo tzdata ]; enableParallelBuilding = true; |