mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
dont patch matrix
This commit is contained in:
parent
12c1ae47aa
commit
1a72f14a65
1 changed files with 0 additions and 12 deletions
|
@ -127,18 +127,6 @@ in
|
||||||
(_self: super: rec {
|
(_self: super: rec {
|
||||||
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};
|
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};
|
||||||
localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system};
|
localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system};
|
||||||
matrix-synapse-unwrapped = super.matrix-synapse-unwrapped.overrideAttrs (oldAttrs: {
|
|
||||||
patches = [
|
|
||||||
(super.fetchpatch2 {
|
|
||||||
url = "https://github.com/element-hq/synapse/commit/3eb92369ca14012a07da2fbf9250e66f66afb710.patch";
|
|
||||||
sha256 = "sha256-VDn3kQy23+QC2WKhWfe0FrUOnLuI1YwH5GxdTTVWt+A=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
postPatch = oldAttrs.postPatch + ''
|
|
||||||
substituteInPlace tests/storage/databases/main/test_events_worker.py \
|
|
||||||
--replace-fail "def test_recovery" "def no_test_recovery"
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue