souffle: substituteInPlace replace with replace-fail

Per #356002
This commit is contained in:
klea
2026-07-14 22:57:19 +00:00
parent 42ca1260bf
commit f697e9047e

View File

@@ -89,7 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
postFixup = ''
substituteInPlace "$out/bin/souffle-compile.py" \
--replace "-IPLACEHOLDER_FOR_INCLUDES_THAT_ARE_SET_BY_NIXPKGS" \
--replace-fail "-IPLACEHOLDER_FOR_INCLUDES_THAT_ARE_SET_BY_NIXPKGS" \
"-I${ncurses.dev}/include -I${zlib.dev}/include -I${sqlite.dev}/include -I${libffi.dev}/include -I$out/include"
'';