luabind: add patch to allow us to discover a provided luajit

This commit is contained in:
Robert Scott
2015-02-28 22:37:16 +00:00
parent 4147050550
commit 7476de722b
3 changed files with 25 additions and 1 deletions
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0e5ead50a07668d29888f2fa6f53220f900c886e46a2c99c7e8656842f05ff2d";
};
patches = [ ./0.9.1_modern_boost_fix.patch ./0.9.1_boost_1.57_fix.patch ];
patches = [ ./0.9.1_modern_boost_fix.patch ./0.9.1_boost_1.57_fix.patch ./0.9.1_discover_luajit.patch ];
buildInputs = [ boost-build lua boost ];