luajit: update deprecated substituteInPlace --replace

(cherry picked from commit a00e12bc53)
This commit is contained in:
teto
2026-07-28 13:32:36 +02:00
committed by github-actions[bot]
parent ed4c3e9082
commit 01f2caa1f3

View File

@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
luaversion = "5.1";
postPatch = ''
substituteInPlace Makefile --replace ldconfig :
substituteInPlace Makefile --replace-fail ldconfig :
if test -n "''${dontStrip-}"; then
# CCDEBUG must be non-empty or everything will be stripped, -g being
# passed by nixpkgs CC wrapper is insufficient on its own