mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Synapse patch is now in upstream
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
ff7e1058b3
commit
baace089a5
|
@ -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
|
||||
];
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue