fixing things i guess
This commit is contained in:
parent
01cce2c99b
commit
fce0223ae4
6 changed files with 90 additions and 32 deletions
17
flake.nix
17
flake.nix
|
@ -79,6 +79,23 @@
|
|||
emacs.overlays.default
|
||||
# rust-overlay.overlays.default
|
||||
eww.overlays.default
|
||||
|
||||
(final: prev: {
|
||||
python312 = prev.python312.override {
|
||||
packageOverrides = final: prev: {
|
||||
pysaml2 = final.toPythonModule final.emptyDirectory;
|
||||
};
|
||||
};
|
||||
matrix-synapse-unwrapped = prev.matrix-synapse-unwrapped.overrideAttrs (old: {
|
||||
postPatch = (old.postPatch or "") + ''
|
||||
substituteInPlace tests/storage/databases/main/test_events_worker.py --replace-fail \
|
||||
$' def test_recovery(' \
|
||||
$' from tests.unittest import skip_unless\n'\
|
||||
$' @skip_unless(False, "broken")\n'\
|
||||
$' def test_recovery('
|
||||
'';
|
||||
});
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue