lol

lldb: add support for Lua bindings in LLDB-git

+2 -1
+2 -1
pkgs/development/compilers/llvm/git/lldb/default.nix
··· 21 21 , lit 22 22 , makeWrapper 23 23 , enableManpages ? false 24 + , lua5_3 24 25 }: 25 26 26 27 stdenv.mkDerivation (rec { ··· 48 49 outputs = [ "out" "lib" "dev" ]; 49 50 50 51 nativeBuildInputs = [ 51 - cmake python3 which swig lit makeWrapper 52 + cmake python3 which swig lit makeWrapper lua5_3 52 53 ] ++ lib.optionals enableManpages [ 53 54 python3.pkgs.sphinx python3.pkgs.recommonmark 54 55 ];