shell-customization #4

Open
lbailly wants to merge 61 commits from shell-customization into main
Showing only changes of commit 6d4237ff87 - Show all commits

View file

@ -33,7 +33,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DBUILD_EXAMPLES=off"
# TODO: it explode at install phase.
"-DBUILD_LUA=off"
"-DBUILD_LUA=on"
"-DLUAPATH=${placeholder "out"}/lib/lua"
];
meta = {