matrix-synapse: fix build on darwin

Nick Cao 9101453c 4fb158ac

+3
+3
pkgs/servers/matrix-synapse/default.nix
··· 3 , fetchFromGitHub 4 , python3 5 , openssl 6 , cargo 7 , rustPlatform 8 , rustc ··· 57 58 buildInputs = [ 59 openssl 60 ]; 61 62 propagatedBuildInputs = with python3.pkgs; [
··· 3 , fetchFromGitHub 4 , python3 5 , openssl 6 + , libiconv 7 , cargo 8 , rustPlatform 9 , rustc ··· 58 59 buildInputs = [ 60 openssl 61 + ] ++ lib.optionals stdenv.isDarwin [ 62 + libiconv 63 ]; 64 65 propagatedBuildInputs = with python3.pkgs; [