mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
matrix-synapse: fix build on darwin
This commit is contained in:
parent
4fb158accf
commit
9101453cf3
1 changed files with 3 additions and 0 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue