matrix-synapse: fix build by local dependency downgrade

This commit is contained in:
Michael Raskin 2018-12-21 14:49:25 +01:00
parent 195f8ac5ac
commit 13d5941d50

View File

@ -64,7 +64,13 @@ in buildPythonApplication rec {
netaddr
phonenumbers
pillow
prometheus_client
(prometheus_client.overrideAttrs (x: {
src = fetchPypi {
pname = "prometheus_client";
version = "0.3.1";
sha256 = "093yhvz7lxl7irnmsfdnf2030lkj4gsfkg6pcmy4yr1ijk029g0p";
};
}))
psutil
psycopg2
pyasn1