diff options
author | Steve Purcell <steve@sanityinc.com> | 2023-03-20 20:18:23 +1300 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-03-20 15:48:21 +0800 |
commit | 99816afefaf8c37a7f0d4d50217cc4cbe978e224 (patch) | |
tree | faa41b87414a81dfd8d66c3525714ba3b354369a | |
parent | 8f734a92432145f919790ebe0f524196bf168366 (diff) | |
download | fork-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.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; |