summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-12-04 15:44:57 +0000
committerGitHub <noreply@github.com>2023-12-04 15:44:57 +0000
commit88e6591b09c84ea8ecd5a576e6c9c5dbe565819a (patch)
treeb7e42f6a25bb2df7fd18a2e82a7a778a4eb01dd7 /flake.nix
parent8bbd3fed06087243861a6d6ec9c58dd8858ab34c (diff)
parent3f4010db1acc60c7ce347f92a45767ccb4186f37 (diff)
downloadfork-ledger-88e6591b09c84ea8ecd5a576e6c9c5dbe565819a.tar.gz
fork-ledger-88e6591b09c84ea8ecd5a576e6c9c5dbe565819a.tar.bz2
fork-ledger-88e6591b09c84ea8ecd5a576e6c9c5dbe565819a.zip
Merge pull request #2307 from afh/improve-icu
Improve finding ICU libraries
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index de591136..384de947 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,7 +25,7 @@
outputs = [ "out" "dev" ] ++ lib.optionals usePython [ "py" ];
buildInputs = [
- gmp mpfr gnused
+ gmp mpfr gnused icu
] ++ lib.optionals useLibedit [
libedit
] ++ lib.optionals useReadline [