summary refs log tree commit diff
path: root/pkgs/top-level/lua-packages.nix
Commit message (Collapse)AuthorAge
* 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.
* lgi: Fix cairo bindings search pathUli Schlachter2018-02-04
| | | | | | | | | | | | | | | | | | | | | Since commit e44038bccab0cae, cairo-1.0.typelib contains an absolute path to cairo in the nix store so that no $LD_LIBRARY_PATH hacks are needed. However, this did not yet work for lgi, because lgi does dlopen("libcairo.so.2") without a full path, too. To make this work, this commit ensures that lgi first uses gobject-introspection to load libcairo. This uses the full path provided by the typelib. Afterwards, dlopen("libcairo.so.2") does not hit the filesystem anymore since the library is already loaded. This commit adds a patch that reorders some code in lgi's cairo initialisation. Previously, this started with core.module('cairo', 2), which is where the dlopen happens. Now, this code is moved down and instead core.gi.cairo.resolve is used to load the definitions of some enums first. This part of the code goes through gobject-introspection and causes libcairo to be loaded. Signed-off-by: Uli Schlachter <psychon@znc.in>
* maintainers: remove mornfall from packagesYegor Timoshenko2018-01-17
|
* luaPackages.luadbi: libmysql -> connector-cRobin Gloster2017-12-29
|
* vicious: 2.3.0 -> 2.3.1José Romildo Malaquias2017-12-22
|
* luaPackages.luadbi: fix darwin buildOrivej Desh2017-12-09
|
* Merge pull request #31006 from florianjacob/prosodyOrivej Desh2017-12-09
|\ | | | | Improvements for Prosody
| * luabitop: remove flosse from the list of maintainersMarkus Kohlhase2017-11-06
| |
| * luaPackages.luasocket: compile with unix supportSatoshi Shishiku2017-11-01
| |
| * luacyrussasl: init at 1.1.0Satoshi Shishiku2017-11-01
| |
| * luaPackages.lpty: 1.1.1 -> 1.2.1Satoshi Shishiku2017-11-01
| |
| * luaPackages.luafilesystem: 1.6.2 -> 1.6.3Satoshi Shishiku2017-11-01
| |
| * luaPackages.luaexpat: don't set isLibrarySatoshi Shishiku2017-11-01
| | | | | | | | This flag seems to be useless.
| * luaPackages.luadbi: init at 0.5Satoshi Shishiku2017-11-01
| |
* | lua-mpack: fix darwin buildDaiderd Jordan2017-11-29
| |
* | luaPackages.vicious: 2.2.0 -> 2.3.0Joerg Thalheim2017-11-25
| | | | | | | | cc @makefu
* | neovim: 0.2.0 -> 0.2.1Rok Garbas2017-11-15
| | | | | | | | | | | | | | | | | | * neovimLibvterm: 5a748f97 -> 4ca7ebf7 * neovim ruby: 0.5.0 -> 0.5.1 * pythonPackages.neovim: 0.1.13 -> 0.2.0 * libmpack: 1.0.3-rev80bd55ea6 -> 1.0.5 * luaPackages.mpack: switched to new source location, 1.0.7_ef025224a7 * only one set of lua packages, switched to luajit
* | luaPackages.mpack: fix sourceRootVladimír Čunát2017-10-31
| | | | | | | | Uncovered by c3255fe8ec.
* | luastdlib: 41.2.0 -> 41.2.1Orivej Desh2017-10-31
|/
* luaPackages: various cosmetic fixesxd1le2017-10-13
| | | | | | | | | | | | | | | | These involve: - Formatting and spacing. - Switching to using fetchFromGitHub where possible. - Adding missing meta attributes. - Correcting license values or adding missing license values. - Adding vyp as maintainer for unmaintained packages. None of these changes should affect the build result. A different revision is used for luasqlite3, however, the source code between these revisions is actually the same. (And the advantage is that the new revision is a tagged release.)
* luaPackages: use consistent multiline strings for luafilsystem andxd1le2017-10-13
| | | | luazlib
* luaPackages.luacheck: skip buildPhasexd1le2017-10-10
|
* luajitPackages: disable luaexpat, luazip and cjson as their builds failxd1le2017-10-10
|