Skip to content

Commit

Permalink
matrix-synapse: remove frozendict version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Feb 11, 2022
1 parent f653d6c commit ef5a60f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/servers/matrix-synapse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ buildPythonApplication rec {
sha256 = "sha256-qhwFRveFCwflQmVCwzThC8sP+YCqckgCaXAc3IRms0g=";
};

# frozendict version constraint is to avoid a debian issue we don't have
postPatch = ''
substituteInPlace synapse/python_dependencies.py \
--replace '"frozendict' '"frozendict", #'
'';

buildInputs = [ openssl ];

propagatedBuildInputs = [
Expand Down

0 comments on commit ef5a60f

Please sign in to comment.