Unverified Commit 9101453c authored by Nick Cao's avatar Nick Cao
Browse files

matrix-synapse: fix build on darwin

parent 4fb158ac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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; [