Maybe now it'll build properly?

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-23 22:56:47 +02:00
parent e39e2ff7b8
commit 8f052ce05f
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -10,10 +10,10 @@ pkgs:
matrix-synapse-unwrapped =
pkgs.matrix-synapse-unwrapped.overridePythonAttrs (old: {
patches = (old.patches or []) ++ [
(pkgs.fetchurl {
((pkgs.fetchurl {
url = "https://patch-diff.githubusercontent.com/raw/matrix-org/synapse/pull/16504.patch";
hash = "sha256-hjUOmsl06gVPewRdg/DyO9E5bSkIRNBAFJIrWqUsT6Y=";
} // {
}) // {
requiredSystemFeatures = [ "local" ];
})
];