Loading pkgs/servers/matrix-synapse/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , python3 , openssl , libiconv , cargo , rustPlatform , rustc Loading Loading @@ -57,6 +58,8 @@ python3.pkgs.buildPythonApplication rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ libiconv ]; propagatedBuildInputs = with python3.pkgs; [ Loading Loading
pkgs/servers/matrix-synapse/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , python3 , openssl , libiconv , cargo , rustPlatform , rustc Loading Loading @@ -57,6 +58,8 @@ python3.pkgs.buildPythonApplication rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ libiconv ]; propagatedBuildInputs = with python3.pkgs; [ Loading