Unverified Commit ba34882f authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

luaPackages.luacov: fix HTML report generation (#466150)

parents 34dc0da4 89028117
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -491,6 +491,13 @@ in
    };
  });

  luacov = prev.luacov.overrideAttrs (oa: {
    postInstall = ''
      mkdir -p $out/share/lua/${lua.luaversion}/luacov/reporter/src/luacov/reporter/html
      mv src/luacov/reporter/html/static $out/share/lua/${lua.luaversion}/luacov/reporter/src/luacov/reporter/html/static
    '';
  });

  luadbi-mysql = prev.luadbi-mysql.overrideAttrs (oa: {

    luarocksConfig = lib.recursiveUpdate oa.luarocksConfig {