soi: fix missing luabind library

This commit is contained in:
John Chadwick 2023-05-13 21:59:55 -04:00
parent a3fe093364
commit e940dfceb7

View File

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DEIGEN_INCLUDE_DIR=${eigen2}/include/eigen2"
"-DLUABIND_LIBRARY=${luabind}/lib/libluabind09.a"
];
meta = with lib; {