From 99816afefaf8c37a7f0d4d50217cc4cbe978e224 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Mon, 20 Mar 2023 20:18:23 +1300 Subject: Require tzdata for Nix flake build Fixes #2213 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3ac98f95..9a1ab86e 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ then [ python3 (boost.override { enablePython = true; python = python3; }) ] else [ boost ]); - nativeBuildInputs = [ cmake texinfo ]; + nativeBuildInputs = [ cmake texinfo tzdata ]; enableParallelBuilding = true; -- cgit v1.2.3