summary refs log tree commit diff
path: root/pkgs/development/tools/misc/luarocks
Commit message (Collapse)AuthorAge
* Revert "Merge pull request #79750 from doronbehar/update-luarocks"Bernardo Meurer2020-03-01
| | | | | This reverts commit 0566b5ce19fabe3c70ab1f56415dd8a019fa0aa8, reversing changes made to 4d6e3bf1272b839cd8978c9f3aac98c7d9126055.
* luarocks: 3.2.1 -> 3.3.1Doron Behar2020-02-10
|
* luarocks-nix: fix generation when missing licenseMatthieu Coudron2020-01-25
| | | | | vstruct rockspec doesnt contain a license, which made luarocks-nix crash. Bump luarocks nix to fix this.
* Merge pull request #68258 from teto/luarocks-nix_bumpMatthieu Coudron2019-09-09
|\ | | | | Moved luarocks-nix to community and leverage luarocks mirrors when possible.
| * luarocks-nix: bump to 2019-09-07Matthieu Coudron2019-09-08
| | | | | | | | | | added version and transferred the repostiory to nix-community. With this bump, luarocks-nix generates mirro://luarocks urls.
* | luarocks: 3.1.3 -> 3.2.1Doron Behar2019-09-07
|/
* luarocks: Update detected platform versionLily Ballard2019-08-15
| | | | | | Now that our MACOSX_DEPLOYMENT_TARGET is set to 10.12, we shouldn't be hardcoding the platform at build time as 10.10. This change makes it inherit the MACOSX_DEPLOYMENT_TARGET value.
* luarocks: 3.0.4 -> 3.1.3Alexei Robyn2019-06-13
| | | | | The newer version silences some superfluous warnings we were previously getting in Nix builds using luarocks.
* luarocks-nix: Bump to version that supports --maintainers argumentAlexei Robyn2019-06-13
|
* luarocks-nix: update that fixes indentationMatthieu Coudron2019-06-04
| | | | | | Finally fixes indentation. - removed buildType as it was not used - doesn't crash on missing description anymore
* luarocks-nix: update for formatting fixesWill Dietz2019-04-28
|
* 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.
* luarocks: 2.4.4 -> 3.0.4Matthieu Coudron2019-03-07
| | | | | | Some new features like test_dependencies/build_dependencies and flags ( --lua-versions) that should make nix integration easier: https://github.com/luarocks/luarocks/blob/master/CHANGELOG.md
* luarocks: fix meta after refactoring, thanks to @peti for mentioningMichael Raskin2019-03-06
|
* luarocks: switch to a less intrusive update-walker metadata styleMichael Raskin2019-03-06
|
* luarocks: remove unzip from setup-hookDaiderd Jordan2019-02-11
| | | | | The unzip variable is only set if it's an attribute and it's a propagated input so it is already part of PATH.
* luarocks: patch sw_vers and gcc on darwinDaiderd Jordan2019-02-11
| | | | | The sw_vers binary is not part of the stdenv and it would make builds impure based on what macOS version they where built on.
* 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
* 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).
* luarocks: support more usageMatthieu Coudron2019-01-22
| | | | | | better support for luarocks in a shell (helpful to develop on luarocks). Also adds unpacker for src.rock/rockspec files. Also allows to use luarocks to build cmake based rocks.
* lua51Packages.luarocks: 2.4.3 -> 2.4.4Ryan Mulligan2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks --help` got 0 exit code - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks help` got 0 exit code - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks --version` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks --help` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks help` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-5.1 --help` got 0 exit code - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-5.1 help` got 0 exit code - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-5.1 --version` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-5.1 --help` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-5.1 help` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin --help` got 0 exit code - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin help` got 0 exit code - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin --version` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin --help` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin help` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin-5.1 --help` got 0 exit code - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin-5.1 help` got 0 exit code - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin-5.1 --version` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin-5.1 --help` and found version 2.4.4 - ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin-5.1 help` and found version 2.4.4 - found 2.4.4 with grep in /nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4 - directory tree listing: https://gist.github.com/cb3889fda28e8066faebd32a433c69d2
* luarocks: 2.4.2 -> 2.4.3Michael Raskin2017-11-11
|
* luarocks: 2.4.0 -> 2.4.2Michael Raskin2017-01-02
|
* luarocks: enable DarwinAlexei Boronine2016-12-18
|
* luarocks: 2.3.0 -> 2.4.0Michael Raskin2016-09-26
|
* luarocks: 2.2.2 -> 2.3.0Michael Raskin2016-01-01
|
* Update luarocksMichael Raskin2015-05-10
|
* update luarocksMichael Raskin2015-03-21
|
* Update luarocksMichael Raskin2014-08-14
|
* Updating LuaRocksMichael Raskin2014-05-28
|
* Update LuaRocksMichael Raskin2014-03-08
|
* Updating LuaRocks to 2.1.1Michael Raskin2013-11-25
|
* Updating luarocks to 2.1.0Michael Raskin2013-10-20
|
* luarocks: fix version to match tarballEvgeny Egorochkin2013-07-14
|
* Luarocks: new packageMichael Raskin2013-06-07