Unverified Commit 71b36509 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

luaPackages.telescope-nvim: fix rockspec (#460806)

parents 09ff0219 bc922b8e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1181,6 +1181,14 @@ in
    '';
  });

  telescope-nvim = prev.telescope-nvim.overrideAttrs {
    # NOTE: Until luarocks rockspec is updated with changes from upstream repo
    postConfigure = ''
      substituteInPlace ''${rockspecFilename} \
        --replace-fail "'autoload'," ""
    '';
  };

  # aliases
  cjson = prev.lua-cjson;
}