Merge pull request #267709 from NickCao/synapse

matrix-synapse-unwrapped: fix build on darwin
This commit is contained in:
Nick Cao 2023-11-17 11:50:25 -05:00 committed by GitHub
commit bea932e00a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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