summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2023-03-20 20:18:23 +1300
committerMartin Michlmayr <tbm@cyrius.com>2023-03-20 15:48:21 +0800
commit99816afefaf8c37a7f0d4d50217cc4cbe978e224 (patch)
treefaa41b87414a81dfd8d66c3525714ba3b354369a
parent8f734a92432145f919790ebe0f524196bf168366 (diff)
downloadfork-ledger-99816afefaf8c37a7f0d4d50217cc4cbe978e224.tar.gz
fork-ledger-99816afefaf8c37a7f0d4d50217cc4cbe978e224.tar.bz2
fork-ledger-99816afefaf8c37a7f0d4d50217cc4cbe978e224.zip
Require tzdata for Nix flake build
Fixes #2213
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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;