about summary refs log tree commit diff
path: root/maintainers/scripts
Commit message (Collapse)AuthorAge
* treewide: use dontUnpackworldofpeace2019-07-01
|
* luaPackages.luaexpat: Downgrade to fix issue and match typical distrosAlexei Robyn2019-06-24
| | | | | | Matches version used on most distros. Fixes an issue with prosody. Detailed reasoning behind this can be found [here](https://github.com/NixOS/nixpkgs/pull/63108#issuecomment-504015507).
* discord-{ptb,canary}: init; add `update-discord`Tadeo Kondrak2019-06-23
|
* update-luarocks: Use containing nixpkgs, ensure Lua drvs existAlexei Robyn2019-06-14
|
* update-luarocks: Several improvementsAlexei Robyn2019-06-13
| | | | | | | | | Changes: - Fetches rocks and builds Nix expressions for them in parallel - Passes 'maintainers' list to luarocks-nix - Constructs the luarocks argument list more cleanly, by using an indexed array - Made indentation consistent
* luarocks-packages.csv: Add remaining manual Lua expression packagesAlexei Robyn2019-06-13
| | | | And their deps.
* luarocks-packages.csv: Sort rows, add some missing maintainersAlexei Robyn2019-06-13
|
* luaPackages.lpeg: 1.0.1 -> 1.0.2Matthieu Coudron2019-06-07
| | | | and move to generated
* luaPackages.luaposix: move to generatedMatthieu Coudron2019-06-06
|
* luaPackages.mpack: removed duplicate manual packageMatthieu Coudron2019-06-06
|
* luarocks-packages.csv: track maintainers in columnMatthieu Coudron2019-06-06
| | | | luarocks-nix doesn't use yet but it will in next update.
* luaPackages.lua-zlib: 1.1 -> 1.2Matthieu Coudron2019-06-06
| | | | | Renamed from luazlib to luarocks name lua-zlib. Move to generated.
* luaPackages.luazip: 2007-10-30 -> 1.2.7Matthieu Coudron2019-06-05
|
* luaPackages.cjson: move to generatedMatthieu Coudron2019-06-05
|
* Merge pull request #62669 from teto/lua-lspMatthieu Coudron2019-06-05
|\ | | | | Add one latex and one lua LSP server
| * luaPackages.lua-lsp: init at scm-2Matthieu Coudron2019-06-05
| |
| * luaPackages.lpeglabel: init at 1.5.0Matthieu Coudron2019-06-05
| |
| * luaPackages.digestif: init at scm-1Matthieu Coudron2019-06-05
| |
* | maintainers/scripts/update.nix: various fixes (#62478)Jan Tojnar2019-06-04
|\ \ | |/ |/| maintainers/scripts/update.nix: various fixes
| * maintainers/scripts/update.nix: Clean upJan Tojnar2019-06-02
| | | | | | | | Make calling update.py a little nicer
| * maintainers/scripts/update.nix: handle null pathsJan Tojnar2019-06-02
| | | | | | | | | | Previously we did not handle non-existant paths making the program crash. Let’s show a proper error.
| * maintainers/scripts/update.nix: ignore overlaysJan Tojnar2019-06-02
| | | | | | | | | | It makes little sense for update.nix to try to update overlays; for most people, they will point to a read-only repository most of the cases.
| * maintainers/scripts/update.nix: Do not store updateScriptsJan Tojnar2019-06-02
| | | | | | | | | | | | | | | | | | | | | | For update script parallelization, we have started calling builtins.toJSON on updateScripts, which triggers evaluation of paths and therefore their copying to Nix store. This breaks update scripts that assume that they exist in nixpkgs like dwarf-fortress. https://github.com/NixOS/nixpkgs/issues/61935 Let’s stringify the paths before JSONification to prevent the evaluation.
* | luarocks-packages.csv: remove unnecessary serversMatthieu Coudron2019-06-04
| | | | | | | | | | Now that luarocks-nix supports installation from rockspecs, it's possible to remove some server specifications.
* | luarocks-packages.csv: Support luaversionMatthieu Coudron2019-06-04
| | | | | | | | Opened with libreoffice calc which added the different commas
* | update-luarocks: can install for a different luaMatthieu Coudron2019-06-04
| | | | | | | | | | | | | | the recent luarocks can install for a different interpreter than the one running luarocks. Due to the way the update is done on nix, it seems more practical to use this feature than running the script with different luarocks-nix ?
* | update-luarocks: contact only the specified serverMatthieu Coudron2019-06-04
| | | | | | | | | | use --server-only instead of --server, I haven't run any testing but it should be a bit faster as well as more deterministic.
* | update-luarocks: doesn't crash when no argumentsMatthieu Coudron2019-06-04
|/ | | | define print_help function before it gets called.
* Merge #60614: lua*Packages improvementsVladimír Čunát2019-05-12
|\
| * lua*Packages.http: 0.3 -> 0.4 (and generate)Vladimír Čunát2019-05-01
| | | | | | | | | | | | One bugfix patch is included - merged upstream but not released yet. knot-resolver wrapper would need to add binaryheap explicitly, so it's migrated to the automatic LUA path discovery instead.
| * lua*Packages.binaryheap: init at 0.4-1 (generated)Vladimír Čunát2019-05-01
| | | | | | | | | | The generator wanted to do various changes in other packages as well, but I didn't commit those.
* | Merge pull request #60343 from ↵Will Dietz2019-05-10
|\ \ | |/ |/| | | | | dtzWill/fix/luarocks-nix-formatting-and-awesome-doc-goodness luarocks-nix,luaPackages: formatting and additions; awesome: docs!
| * luarocks: Add 'markdown'Will Dietz2019-04-28
| |
| * luaPackages: add ldocWill Dietz2019-04-28
| |
| * update-luarocks-packages: simplify server var, whitespace fixupWill Dietz2019-04-28
| |
* | lua: add rapidjson, lua-toml and lua-messagepack to generated packagesLuka Blaskovic2019-04-30
|/
* luaPackages: rename std._debug to std__debugMatthieu Coudron2019-04-14
| | | | | | | Similarly rename std.normalize to std_normalize. Having a dot in the name prevents some changes to the lua infrastructure, for instance passing attribute names { std._debug }: to a function would fail with `syntax error, unexpected ',', expecting '.' or '=',`
* update-luarocks-package: fix version pinningMatthieu Coudron2019-04-14
|
* fetch-kde-qt.sh: get hashes from metadatanyanloutre2019-03-27
|
* luarocks-nix: bump to match luarocksMatthieu Coudron2019-03-07
| | | | | | Also made changes to lua package generation system to account for packages like cqueues that have one version per lua interpreter. The csv file also accepts comments now.
* Revert "luaPackages.cqueues: move to generated"Vladimír Čunát2019-03-04
| | | | | This reverts commit c01fe375ca192395af8ae8c575ff8eaa79ed03d8. See the reverted commit on GitHub for discussion. /cc PR #55305.
* udpate-luarocks-package: drop 'lua' argument here as wellWill Dietz2019-02-25
|
* luaPackages.lua-iconv: move to generatedMatthieu Coudron2019-02-13
|
* luaPackages.lpty: 1.2.1 -> 1.2.2 generatedMatthieu Coudron2019-02-13
|
* luaPackages.luabitop: generatedMatthieu Coudron2019-02-13
|
* luaPackages.luacheck: 0.20 -> 0.23 generatedMatthieu Coudron2019-02-13
|
* luaPackages.luaevent: 0.4.4 -> 0.4.6 generatedMatthieu Coudron2019-02-13
|
* luaPackages.lgi: move to generatedMatthieu Coudron2019-02-12
|
* luaPackages.cqueues: move to generatedMatthieu Coudron2019-02-12
|
* luaPackages.basexx: move to generatedMatthieu Coudron2019-02-12
|