Synapse patch is now in upstream

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-01-09 13:01:00 +01:00
parent ff7e1058b3
commit baace089a5
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -1,5 +1,4 @@
pkgs:
(pkgs.matrix-synapse.override {
pkgs: (pkgs.matrix-synapse.override {
extras = [
"redis"
"cache-memory"
@ -7,10 +6,4 @@ pkgs:
"url-preview"
"user-search"
];
matrix-synapse-unwrapped =
pkgs.matrix-synapse-unwrapped.overridePythonAttrs (old: {
patches = (old.patches or []) ++ [
./0001-Fix-http-s-proxy-authentication.patch
];
});
})