Merge pull request #267709 from NickCao/synapse

matrix-synapse-unwrapped: fix build on darwin

authored by Nick Cao and committed by GitHub bea932e0 e06c69dc

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