summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Alekseev <43210583+WeetHet@users.noreply.github.com>2023-10-31 00:06:46 +0200
committerGitHub <noreply@github.com>2023-10-30 23:06:46 +0100
commita5d72c2ac16a2608d140ac0b6d5f388b7c4ae411 (patch)
treef1cf5741a9dd8962240bb89c2cca390b0ecf63aa
parent55296a9196ad441c0898787915cd63558ed3c3c5 (diff)
Linker error with iconv fix in flake.nix (#2525)
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f3476e52..0033641a 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 ];