From 3f4010db1acc60c7ce347f92a45767ccb4186f37 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 3 Dec 2023 18:52:50 +0100 Subject: flake: add icu to buildInputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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 [ -- cgit v1.2.3