Merge pull request #231767 from jchw-forks/fix/soi

soi: fix missing luabind library
This commit is contained in:
Ryan Lahfa
2023-05-14 16:41:21 +02:00
committed by GitHub
+1
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; {