Hardening the packages I maintain. We use `--replace-fail` in every case except for `python3Packages.remi`, which does a glob `--replace-quiet` to reduce warnings
···25 postPatch = ''
26 # default to store ffmpeg
27 substituteInPlace ffmpy.py \
28- --replace 'executable="ffmpeg",' 'executable="${ffmpeg-headless}/bin/ffmpeg",'
2930 # The tests test a mock that does not behave like ffmpeg. If we default to the nix-store ffmpeg they fail.
31 for fname in tests/*.py; do
···25 postPatch = ''
26 # default to store ffmpeg
27 substituteInPlace ffmpy.py \
28+ --replace-fail 'executable="ffmpeg",' 'executable="${ffmpeg-headless}/bin/ffmpeg",'
2930 # The tests test a mock that does not behave like ffmpeg. If we default to the nix-store ffmpeg they fail.
31 for fname in tests/*.py; do