File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
pkgs/development/tools/toluapp Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
1414 nativeBuildInputs = [ sconsPackages . scons_3_0_1 ] ;
1515 buildInputs = [ lua ] ;
1616
17- patches = [ ./environ-and-linux-is-kinda-posix.patch ] ;
17+ patches = [ ./environ-and-linux-is-kinda-posix.patch ./headers.patch ] ;
1818
1919 preConfigure = ''
2020 substituteInPlace config_posix.py \
Original file line number Diff line number Diff line change 1+ diff --git a/include/tolua++.h b/include/tolua++.h
2+ index ed53449..f57d56d 100644
3+ --- a/include/tolua++.h
4+ +++ b/include/tolua++.h
5+ @@ -43,8 +43,8 @@ extern "C" {
6+
7+ typedef int lua_Object;
8+
9+ - #include "lua.h"
10+ - #include "lauxlib.h"
11+ + #include <lua.h>
12+ + #include <lauxlib.h>
13+
14+ struct tolua_Error
15+ {
You can’t perform that action at this time.
0 commit comments