add realpath to lualinux

This commit is contained in:
Daniel Barlow
2025-03-24 22:39:59 +00:00
parent 8440378a39
commit 7ce1c6bb7d
2 changed files with 41 additions and 0 deletions

View File

@@ -13,6 +13,11 @@ lua.pkgs.buildLuaPackage {
version = "0.1"; # :shrug:
inherit src;
patches = [
./0001-realpath.patch
];
postPatch = ''
sed -i -e '/strip/d' Makefile
'';