mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +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: (pkgs.matrix-synapse.override {
|
||||||
(pkgs.matrix-synapse.override {
|
|
||||||
extras = [
|
extras = [
|
||||||
"redis"
|
"redis"
|
||||||
"cache-memory"
|
"cache-memory"
|
||||||
|
@ -7,10 +6,4 @@ pkgs:
|
||||||
"url-preview"
|
"url-preview"
|
||||||
"user-search"
|
"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