about summary refs log tree commit diff
path: root/pkgs/top-level/lua-packages.nix
Commit message (Collapse)AuthorAge
* Merge pull request #57010 from teto/luarocks_updateMichael Raskin2019-03-07
|\ | | | | Luarocks update
| * lua-packages.nix:remove unused 'overrides' settingMatthieu Coudron2019-03-07
| | | | | | | | | | This was leftover from early implementations. The overrides are passed via packageOverrides in lua-modules/default.nix
* | lua: run postConfigure hook for rock and rockspecMatthieu Coudron2019-03-07
| | | | | | | | it was previously run only for src.rock
* | lua: add isLua53Matthieu Coudron2019-03-07
|/
* 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.
* 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
|
* luaPackages.fifo: move to generatedMatthieu Coudron2019-02-12
|
* luaPackages.lpeg_patterns: move to generatedMatthieu Coudron2019-02-12
|
* Add checkPhase for neovim (disabled by default) (#55266)Matthieu Coudron2019-02-05
| | | | | | | | | | | | * neovim-unwrapped: now use lua environments * mpv: use lua environments * luaPackages.inspect: init at 3.1.1-0 * luaPackages.lgi: mark as a lua module * luaPackages.vicious: mark as a lua module
* Lua generate nix packages from luarocks (#54978)Matthieu Coudron2019-02-04
| | | | | | | | | | | | | | * lua: generate packages from luarocks * luarocks-nix: update * removed packages already available in nixpkgs * adressing reviews update script can now accept another csv file as input with -c * Remove obsolete comment
* lua: add withPackages function (#54460)Matthieu Coudron2019-01-30
| | | | | | | * lua: add withPackages function First step towards more automation similar to the haskell backend. Follow up of https://github.com/NixOS/nixpkgs/pull/33903
* luarocks-nix: initMatthieu Coudron2019-01-22
| | | | | | luarocks-nix is a fork of luarocks that adds a "nix" command capable of converting luarocks package descriptions into nix derivations (though nixpkgs is still missing the lua infrastructure).
* luaPackages.luadbi: 0.6 -> 0.7.1Izorkin2019-01-04
|
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* luaPackages.luasocket: fix crossRobin Gloster2018-11-29
|
* luaPackages.luadbi: 0.5 -> 0.6 (#47156)Jörg Thalheim2018-09-22
| | | | Switch to maintained fork that is compatible with lua5.2/lua5.3. This package was tested with prosody.
* lua*Packages.http: init at 0.2Vladimír Čunát2018-07-30
|
* lua*Packages.basexx: init at 0.4.0Vladimír Čunát2018-07-30
|
* lua*Packages.compat53: init at 0.7Vladimír Čunát2018-07-30
| | | | | The manual compilation is weird, but there's only a rockspec upstream, and I don't know how to use that well inside the nix build.
* lua*Packages.luaoss: init at 20170903Vladimír Čunát2018-07-30
|
* fixup! lua*Packages.cqueues: init at 20171014Vladimír Čunát2018-07-30
|
* lua*Packages.lpeg_patterns: init at 0.5Vladimír Čunát2018-07-30
|
* lua*Packages.fifo: init at 0.2Vladimír Čunát2018-07-30
|
* lua*Packages.cqueues: init at 20171014Vladimír Čunát2018-07-30
|
* Merge #43141: lua-5.3 and lpeg updatesVladimír Čunát2018-07-21
|\
| * lua-packages: update lpeg 0.12 -> 1.0.1Philipp Gesang2018-07-07
| | | | | | | | Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
| * lua-packages: define lua53PackagesPhilipp Gesang2018-07-07
| | | | | | | | | | | | | | | | | | | | Set up lua packages for the v5.3.x interpreter. Blacklist the set of lua-packages (luabitop, luaexpat, luazip, luasqlite3) whose compilation fails against 5.3.4. The rest are at least building. Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
| |
* | [bot]: remove unreferenced codevolth2018-07-20
| |
* | lua*Packages.lfs: init at 1.7.0.2Vladimír Čunát2018-07-08
|/
* luaPackages.mpack: fix build after #28029Orivej Desh2018-05-29
|
* Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-03
|\
| * luafilesystem: 1.6.3 -> 1.7.0Stefan Wiehler2018-04-30
| |
* | tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
|/ | | | trivial part)
* luaPackages.mpack: fix hashRicardo M. Correia2018-04-13
| | | | | The actual revision was changed back in November 2007 with commit b7ed08665039128c24c772ba41431f24d8bbfc37 but the hash wasn't updated.
* Merge pull request #32960 from florianjacob/prosody-0.10Robin Gloster2018-03-22
|\ | | | | Prosody 0.10.0
| * luaevent: 0.4.3 -> 0.4.4Florian Jacob2018-03-12
| |
* | lua51Packages.lgi: 0.9.1 -> 0.9.2Ryan Mulligan2018-03-20
|/ | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.9.2 with grep in /nix/store/q6lcshhmi0dn8ndz2jz9nlircfww4fcm-lgi-0.9.2 - directory tree listing: https://gist.github.com/48d4d638fbd1169b1c96b7e506202b93
* luaPackages.bit32: init at 5.3.0Luka Blaskovic2018-03-09
| | | | fixes #35581
* luaposix: 33.4.0 -> 34.0.4Luka Blaskovic2018-03-09
|
* luaPackages.std.normalize: init at 2.0.1Luka Blaskovic2018-03-09
|
* luaPackages.std._debug: init at 1.0Luka Blaskovic2018-03-09
|
* lua packages: propagate libs with a setupHookLuka Blaskovic2018-02-25
| | | | | The LUA_PATH and LUA_CPATH variables are needed to load libraries. This setupHook exports them to the environment.