about summary refs log tree commit diff
path: root/pkgs/servers/matrix-synapse
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-17 11:50:25 -0500
committerGitHub <noreply@github.com>2023-11-17 11:50:25 -0500
commitbea932e00a092efe7be61f7bcbebf4a18241a07b (patch)
treeb9d834bbf2b6f94d892af551fff9d45990fe393f /pkgs/servers/matrix-synapse
parente06c69dcbf15f652695852572ff4e1ba462692ac (diff)
parent9101453cf340c0206fa43d14352a0803e93b363b (diff)
Merge pull request #267709 from NickCao/synapse
matrix-synapse-unwrapped: fix build on darwin
Diffstat (limited to 'pkgs/servers/matrix-synapse')
-rw-r--r--pkgs/servers/matrix-synapse/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/servers/matrix-synapse/default.nix b/pkgs/servers/matrix-synapse/default.nix
index 4b7c6d21f30d5..ef8ff520c072b 100644
--- a/pkgs/servers/matrix-synapse/default.nix
+++ b/pkgs/servers/matrix-synapse/default.nix
@@ -3,6 +3,7 @@
 , fetchFromGitHub
 , python3
 , openssl
+, libiconv
 , cargo
 , rustPlatform
 , rustc
@@ -57,6 +58,8 @@ python3.pkgs.buildPythonApplication rec {
 
   buildInputs = [
     openssl
+  ] ++ lib.optionals stdenv.isDarwin [
+    libiconv
   ];
 
   propagatedBuildInputs = with python3.pkgs; [