fdroidserver: --replace -> --replace-fail

This commit is contained in:
John Chadwick 2024-07-06 14:17:07 -04:00
parent 9d616f1898
commit 77f1f868d8

View File

@ -44,7 +44,7 @@ buildPythonApplication rec {
postPatch = ''
substituteInPlace fdroidserver/common.py \
--replace "FDROID_PATH = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))" "FDROID_PATH = '$out/bin'"
--replace-fail "FDROID_PATH = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))" "FDROID_PATH = '$out/bin'"
'';
preConfigure = ''