Unverified Commit d40cc7c0 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

buildLuaPackage: fix cross
parents 49bff832 d128d473
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;