Merge pull request #230959 from amjoseph-nixpkgs/pr/fixcross/luarocks

buildLuaPackage: fix cross
This commit is contained in:
Jörg Thalheim
2023-05-10 07:32:54 +01:00
committed by GitHub
@@ -2,6 +2,7 @@
{ lib
, lua
, wrapLua
, luarocks
# Whether the derivation provides a lua module or not.
, luarocksCheckHook
@@ -89,7 +90,7 @@ let
nativeBuildInputs = [
wrapLua
lua.pkgs.luarocks
luarocks
];
inherit doCheck extraVariables rockspecFilename knownRockspec externalDeps nativeCheckInputs;