diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-12-03 18:52:50 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-12-03 18:52:50 +0100 |
commit | 3f4010db1acc60c7ce347f92a45767ccb4186f37 (patch) | |
tree | a1e45b3a72d026f9b12a738feedb7604e907a3a1 /flake.nix | |
parent | 147bcf2ed341683a088d3447f94736b76ba8f028 (diff) | |
download | fork-ledger-3f4010db1acc60c7ce347f92a45767ccb4186f37.tar.gz fork-ledger-3f4010db1acc60c7ce347f92a45767ccb4186f37.tar.bz2 fork-ledger-3f4010db1acc60c7ce347f92a45767ccb4186f37.zip |
flake: add icu to buildInputs
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 [ |