mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
Maybe now it'll build properly?
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
e39e2ff7b8
commit
8f052ce05f
|
@ -10,10 +10,10 @@ pkgs:
|
||||||
matrix-synapse-unwrapped =
|
matrix-synapse-unwrapped =
|
||||||
pkgs.matrix-synapse-unwrapped.overridePythonAttrs (old: {
|
pkgs.matrix-synapse-unwrapped.overridePythonAttrs (old: {
|
||||||
patches = (old.patches or []) ++ [
|
patches = (old.patches or []) ++ [
|
||||||
(pkgs.fetchurl {
|
((pkgs.fetchurl {
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/matrix-org/synapse/pull/16504.patch";
|
url = "https://patch-diff.githubusercontent.com/raw/matrix-org/synapse/pull/16504.patch";
|
||||||
hash = "sha256-hjUOmsl06gVPewRdg/DyO9E5bSkIRNBAFJIrWqUsT6Y=";
|
hash = "sha256-hjUOmsl06gVPewRdg/DyO9E5bSkIRNBAFJIrWqUsT6Y=";
|
||||||
} // {
|
}) // {
|
||||||
requiredSystemFeatures = [ "local" ];
|
requiredSystemFeatures = [ "local" ];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue