From a5d72c2ac16a2608d140ac0b6d5f388b7c4ae411 Mon Sep 17 00:00:00 2001 From: Stanislav Alekseev <43210583+WeetHet@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:06:46 +0200 Subject: [PATCH] Linker error with iconv fix in flake.nix (#2525) --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index f3476e522..0033641aa 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ buildInputs = optionals pkgs.stdenv.isDarwin [ pkgs.darwin.apple_sdk.frameworks.CoreServices + pkgs.libiconv ]; nativeBuildInputs = [ pkgs.installShellFiles ];