Unverified Commit 6a761363 authored by Austin Horstman's avatar Austin Horstman
Browse files

build-luarocks-package: include nativeBuildInputs

parent 8576f116
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,9 @@
  # These are added to nativeBuildInputs when doCheck = true.
  nativeCheckInputs ? [ ],

  # Rockspec `build_dependencies` generated by `luarocks nix`).
  nativeBuildInputs ? [ ],

  # propagate build dependencies so in case we have A -> B -> C,
  # C can import package A propagated by B
  propagatedBuildInputs ? [ ],
@@ -101,6 +104,7 @@ let
          wrapLua
          luarocks_bootstrap
        ]
        ++ nativeBuildInputs
        ++ lib.optionals self.doCheck self.nativeCheckInputs;

        inherit