python3Packages.aiopyarr: replace --replace with --replace-fail

This commit is contained in:
Sigmanificient
2026-06-01 01:13:45 +02:00
parent 72869bb06d
commit 3d1832043e
@@ -27,7 +27,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace 'version="master"' 'version="${version}"'
--replace-fail 'version="master"' 'version="${version}"'
'';
dependencies = [