Merge pull request #267709 from NickCao/synapse
matrix-synapse-unwrapped: fix build on darwin
This commit is contained in:
commit
bea932e00a
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python3
|
, python3
|
||||||
, openssl
|
, openssl
|
||||||
|
, libiconv
|
||||||
, cargo
|
, cargo
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, rustc
|
, rustc
|
||||||
|
@ -57,6 +58,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
openssl
|
openssl
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
libiconv
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue