Unverified Commit bea932e0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #267709 from NickCao/synapse

matrix-synapse-unwrapped: fix build on darwin
parents e06c69dc 9101453c
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; [