Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions pkgs/top-level/lua-packages.nix
Comment thread
doronbehar marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ rec {
;

# wraps programs in $out/bin with valid LUA_PATH/LUA_CPATH
wrapLua = callPackage ../development/interpreters/lua-5/wrap-lua.nix {
inherit (pkgs.buildPackages) makeSetupHook makeWrapper;
};
wrapLua = callPackage ../development/interpreters/lua-5/wrap-lua.nix { };
Comment thread
doronbehar marked this conversation as resolved.

luarocks_bootstrap = toLuaModule (callPackage ../development/tools/misc/luarocks/default.nix { });

Expand Down
Loading