mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
luajit: update deprecated substituteInPlace --replace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user