matrix-synapse: fix build by local dependency downgrade
This commit is contained in:
parent
195f8ac5ac
commit
13d5941d50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user