luajit: update deprecated substituteInPlace --replace

This commit is contained in:
teto
2026-07-28 13:32:36 +02:00
parent d10ce5fd59
commit a00e12bc53

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