use string merginf not list merging

This commit is contained in:
jopejoe1 2025-01-10 15:33:14 +01:00
parent 3703a67930
commit a38010b900

View file

@ -134,7 +134,7 @@ in
sha256 = "sha256-VDn3kQy23+QC2WKhWfe0FrUOnLuI1YwH5GxdTTVWt+A="; sha256 = "sha256-VDn3kQy23+QC2WKhWfe0FrUOnLuI1YwH5GxdTTVWt+A=";
}) })
]; ];
postPatch = oldAttrs.postPatch ++ '' postPatch = oldAttrs.postPatch + ''
substituteInPlace tests/storage/databases/main/test_events_worker.py \ substituteInPlace tests/storage/databases/main/test_events_worker.py \
--replace-fail "def test_recovery" "def no_test_recovery" --replace-fail "def test_recovery" "def no_test_recovery"
''; '';