matrix-synapse: fix build on darwin

This commit is contained in:
Nick Cao 2023-11-15 12:45:16 -05:00
parent 4fb158accf
commit 9101453cf3
No known key found for this signature in database

View File

@ -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; [