soi: fix missing luabind library
This commit is contained in:
parent
a3fe093364
commit
e940dfceb7
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
cmakeFlags = [
|
||||
"-DEIGEN_INCLUDE_DIR=${eigen2}/include/eigen2"
|
||||
"-DLUABIND_LIBRARY=${luabind}/lib/libluabind09.a"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue