forked from DGNum/liminix
t #2
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ stdenv.mkDerivation rec {
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DBUILD_EXAMPLES=off"
|
"-DBUILD_EXAMPLES=off"
|
||||||
# TODO: it explode at install phase.
|
# TODO: it explode at install phase.
|
||||||
"-DBUILD_LUA=off"
|
"-DBUILD_LUA=on"
|
||||||
|
"-DLUAPATH=${placeholder "out"}/lib/lua"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue