diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-12-04 15:44:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 15:44:57 +0000 |
commit | 88e6591b09c84ea8ecd5a576e6c9c5dbe565819a (patch) | |
tree | b7e42f6a25bb2df7fd18a2e82a7a778a4eb01dd7 /flake.nix | |
parent | 8bbd3fed06087243861a6d6ec9c58dd8858ab34c (diff) | |
parent | 3f4010db1acc60c7ce347f92a45767ccb4186f37 (diff) | |
download | fork-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.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 [ |