about summary refs log tree commit diff
path: root/maintainers/scripts/luarocks-packages.csv
AgeCommit message (Collapse)AuthorFilesLines
12 daysluaPackages.busted-htest: init at 1.0.0-1Marc Jakobi1-0/+1
2024-07-01Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross1-1/+0
Conflicts: pkgs/development/lua-modules/generated-packages.nix
2024-06-30luaPackages.toml: removeMatthieu C.1-1/+0
build often breaks and we dont use it in nixpkgs anymore. It was introduced for rocks.nvim which now uses toml-edit
2024-06-18Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt1-0/+1
Conflicts: - pkgs/development/python-modules/langsmith/default.nix - pkgs/development/python-modules/rich-pixels/default.nix - pkgs/servers/teleport/generic.nix
2024-06-16luaPackages.lz-n: init at 1.2.2-1Marc Jakobi1-0/+1
2024-06-13Merge staging-next into staginggithub-actions[bot]1-0/+1
2024-06-12ansicolor: init at 1.0.2Wu, Zhenyu1-0/+1
2024-06-10Merge staging-next into staginggithub-actions[bot]1-0/+1
2024-06-10luaprompt: init at 0.8Wu, Zhenyu1-0/+1
Fix #223852
2024-06-03Merge staging-next into staginggithub-actions[bot]1-0/+1
2024-06-01luaPackages.luv: 1.44.2-1 -> 1.48.0-2Stanislav Asunkin1-1/+1
2024-05-31luaPackages.luarocks: generate luarocks as wellMatthieu C.1-0/+1
When installing a lua package that depends on luarocks, luarocks was not capable of recognizing the luarocks module: https://github.com/NixOS/nixpkgs/issues/316009 . As explained here https://github.com/luarocks/luarocks/issues/1659, luarocks needs a manifest to recognize the package. I first attempted to generate a manifest with `luarocks-admin make-manifest` on our current manual luarocks derivation but this ended up being too hackish as the `make-manifest` requires a .rockspec or .rock to work, which we had not. It seemed simpled to just rename the current manual luarocks derivation to luarocks_bootstrap in order to break cyclic dependencies in buildLuarocksPackage and add a generated luarocks derivation. Previously it was impossible to test luarocks because of the cyclic dependency but we will now be able to test the generated derivation.
2024-05-23luaPackages.psl: init at 0.3Sandro Jäckel1-0/+1
2024-05-14fix: remove link to git repo on luatext luarockJakob Beckmann1-1/+1
2024-05-14chore: add luajitPackages.luatext, lua51Packages.luatext, ↵Jakob Beckmann1-0/+1
lua52Packages.luatext, lua53Packages.luatext, lua54Packages.luatext
2024-05-11Merge branch 'master' into staging-nextJan Tojnar1-0/+2
; Conflicts: ; maintainers/scripts/luarocks-packages.csv ; pkgs/development/lua-modules/generated-packages.nix
2024-05-09luaPackages.tree-sitter-norg: init at 0.2.4-1Marc Jakobi1-0/+2
2024-05-01luaPackages.rtp-nvim: init at 1.0Matthieu C.1-0/+1
it's a required dependency of rocks-nvim
2024-05-01luarocks-packages.csv: changed repo by rockspec uriMatthieu C.1-18/+17
This is a breaking change that converts the 'src' csv column (a git URI) to a 'rockspec' fullpath uri. before this, luarocks-nix would clone the repo and look for rockspecs with a brittle algorithm. This removes the ambiguity on which rockspec to package while allowing to remove a bunch of brittle code from luarocks-nix.
2024-04-24maintainers: drop marsamMario Rodas1-2/+2
2024-04-06luaPackages.pathlib-nvim: init at 2.2.0-1Mathew Polzin1-0/+1
2024-04-02luaPackages: init some neovim packagesMarc Jakobi1-0/+9
2024-03-20luaPackages.mimetypes: init at 1.0.0-3Matthieu Coudron1-0/+1
2024-03-13luaPackages.tiktoken_core: init at 0.2.1-1natsukium1-0/+1
2024-02-06lua51Packages.xml2lua: init at 1.5-2Matthieu Coudron1-0/+1
required by the upcoming rest.nvim
2024-02-05luaPackages.nvim-nio: init at 1.2.0-1Matthieu Coudron1-0/+1
2024-02-05lua51Packages.rocks-nvim: init at 2.7.3-1Matthieu Coudron1-0/+1
2023-12-26Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-0/+1
2023-12-26luaPackages.image-nvim: init at 1.2Matthieu Coudron1-0/+1
2023-12-18Merge staging-next into staginggithub-actions[bot]1-0/+1
2023-12-17luaPackages.nlua: init at 0.1Matthieu Coudron1-0/+1
a wrapper around neovim to use it as a lua interpreter
2023-12-17Merge staging-next into staginggithub-actions[bot]1-1/+0
2023-12-17luaPackages.nvim-client: removeMarc Jakobi1-1/+0
2023-12-08luaPackages: pin luuid to 20120509-2Marc Jakobi1-1/+1
2023-12-08luaPackages: unpin compat53Marc Jakobi1-1/+1
2023-12-08luaPackages: fix lua_cliargs and toml-edit after updateMarc Jakobi1-1/+1
2023-12-08luaPackages.fidget-nvim: init at 1.0.0Marc Jakobi1-0/+1
2023-12-04luaPackages.fzy: init at 1.0-1Marc Jakobi1-0/+1
2023-12-02luaPackages.luasnip: init at 2.1.1-1Matthieu Coudron1-0/+1
2023-11-06Merge branch 'master' into staging-nextWeijia Wang1-0/+1
2023-11-06lua-rtoml: init 0.2Luka Blaskovic1-0/+1
2023-10-26Merge branch 'staging' into staging-nextVladimír Čunát1-11/+10
2023-10-23luaPackages: ferris-nvim -> rustaceanvimMarc Jakobi1-1/+1
2023-10-22luaPackages.cyrussasl: remove because broken/oldMatthieu Coudron1-1/+0
and unused ?
2023-10-22luaPackages.lua-ff-zlib: initMatthieu Coudron1-0/+1
2023-10-22luaPackages.readline: moved out from the generated setMatthieu Coudron1-1/+0
2023-10-22luaPackages: update csv filesMatthieu Coudron1-10/+10
- luaPackages.basexx: use upstream - luaPackages.nui-nvim: fix name in csv file
2023-10-21luaPackages.ferris.nvim: init at 2.0.0Marc Jakobi1-0/+1
2023-10-14luaPackages.lpty: remove because unmaintained/brokenMatthieu Coudron1-1/+0
lpty was introduced in https://github.com/NixOS/nixpkgs/pull/6529, no release in 6 years https://luarocks.org/modules/gunnar_z/lpty and the archive with source code has disappeared (could be fetched from the rock or nix cache but probably not worth it).
2023-10-13luaPackages: use overrides for toml and toml-editMarc Jakobi1-0/+2