aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/lua-modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge staging-next into stagingFrederik Rietdijk2020-10-061-11/+11
|\
| * treewide: fix redirected urls (run 3)Patrick Hilhorst2020-10-021-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related: - 9fc5e7e473874762fdb1b49d17dcf703d48352c3 - 593e11fd944ce961ecf5425c3540df09e4f52265 - 508ae42a0f64c350036d722b84c2e2905bbc5418 Since the last time I ran this script, the Repology API changed, so I had to adapt the script used in the previous PR. The new API should be more robust, so overall this is a positive (no more grepping the error messages for our relevant data but just a nice json structure). Here's the new script I used: ```sh curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \ | sort | uniq | tee script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ``` I will also add this script to `maintainers/scripts`.
* | luadbi-mysql: fix libmysqlclient include pathThomas Tuegel2020-09-121-1/+1
|/
* luaPackages.lua-resty-openidc: init at 1.7.2-1Bruno Bigras2020-08-301-0/+68
|
* lua-penlight: 1.7.0 → 1.8.0Caleb Maclennan2020-08-141-3/+4
|
* lua-cassowary: Fix URL and add myself to maintainer listCaleb Maclennan2020-08-141-3/+3
| | | | (I am also an upstream committer.)
* Merge #94790: luajit*: bugfix updatesVladimír Čunát2020-08-112-0/+39
|\
| * luajit.pkgs.luaexpat: fix redefinition of luaL_setfuncs()Luka Blaskovic2020-08-092-0/+39
| |
* | luaPackages.pulseaudio: remove (#94939)Doron Behar2020-08-082-27/+0
|/ | | | It's not maintained any more by upstream (by @doronbehar) and it doesn't build correctly with `buildLuarocksPackage` (see #89767).
* luaPackages.readline: init at 2.6-0 (#91854)Mitsuhiro Nakamura2020-07-012-0/+34
|
* luaPackages.ldbus: init at scm-0pablo11072020-06-172-0/+38
|
* Revert "lua*Packages.cqueues: fixup darwin build"Vladimír Čunát2020-06-071-5/+0
| | | | | This reverts commit 47ad7d313135f97815efa2eaacfd7fdb52cc689c. The fix isn't needed after the update contained in PR #89632.
* lyaml: init at 6.2.5-1, update all generated packagesLuka Blaskovic2020-06-062-342/+265
|
* luaPackages.mpack: use system mpackMatthieu Coudron2020-04-261-0/+6
| | | | | the luarocks package uses the builtin command and discards the Makefile. While using the makefile one needs to set some more flags.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-89/+89
|
* Revert "luaPackages.luv: 1.30.0-0 -> 1.34.1-1"Daiderd Jordan2020-03-271-3/+3
| | | | | | | | | This reverts commit eaa47284113cda19a037b7fcbaa892ddb596b813. With 81461cff5f540c92e5030f62b89ee7b64e85c6df luv also needs to be downgraded until luarocks can be updated to 3.3.1 again. Fixes #82727
* Merge pull request #81067 from teto/lua_fixMatthieu Coudron2020-02-271-5/+5
|\ | | | | | | | | - introduce a default checkPhase for lua (disabled by default) - dont apply patchShebangs on the whole lua package; hopefulyl it doesnt break stuff
| * buildLuarocksPackage: extraVariables is now an attrsetMatthieu Coudron2020-02-261-5/+5
| |
* | luaPackages.nvim-client: 0.2.0-1 -> 0.2.2-1Doron Behar2020-02-261-4/+4
|/
* luaPackages.luv: 1.30.0-0 -> 1.34.1-1Michael Lingelbach2020-02-171-3/+3
|
* luaPackages.cosmo: init at 16.06.04-1Mario Rodas2020-02-111-0/+17
|
* luaPackages.cassowary: init at 2.2-1Mario Rodas2020-02-111-0/+17
|
* Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-271-2/+2
|\ | | | | treewide: fix redirected urls
| * treewide: fix redirected urlsPatrick Hilhorst2020-01-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* | luaPackages.vstruct: init at 2.0.2-1Matthieu Coudron2020-01-251-3/+17
| |
* | luaPackages.luarepl: init at 0.9-1Matthieu Coudron2020-01-251-3/+24
| |
* | luaPackages.luaepnf: init at 0.3-1Matthieu Coudron2020-01-251-3/+18
| |
* | luaPackages.linenoise: init at 0.9-1Matthieu Coudron2020-01-241-0/+25
| |
* | luaPackages.digestif: scm1 -> 0.2-1Matthieu Coudron2020-01-241-16/+6
|/ | | | Now it's a released package so no need to specify the manifest anymore.
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-301-2/+3
|
* luaPackages.lgi: refer to unaliased gobject-introspectionedef2019-11-231-1/+1
|
* luaPackages.luasystem: fix build on darwinMario Rodas2019-11-151-1/+1
|
* Merge pull request #71802 from teto/luadocMatthieu Coudron2019-10-241-0/+36
|\ | | | | adds Luadoc.
| * luaPackages.luadoc: init at 3.0.1-1Matthieu Coudron2019-10-231-0/+18
| | | | | | | | Used in vim plugins like nvim-terminal-lua to generate html docs.
| * luaPackages.lualogging: init at 1.3.0-1Matthieu Coudron2019-10-231-0/+18
| | | | | | | | Dependency of luadoc
* | luaPackages.luacov: init at 0.13.0-1Matthieu Coudron2019-10-141-0/+19
|/ | | | It is needed to run luarocks test.
* lua.pkgs.luv.libluv: fix linking against lua on darwinDaiderd Jordan2019-10-021-7/+12
| | | | | | | | | [ 50%] Building C object CMakeFiles/luv.dir/src/luv.c.o [100%] Linking C shared library libluv.dylib Undefined symbols for architecture x86_64: "_luaL_addlstring", referenced from: _thread_dump in luv.c.o ...
* Merge branch 'master' into staging-nextVladimír Čunát2019-09-271-1/+1
|\
| * Merge pull request #69345 from joachifm/feat/split-versionJoachim F2019-09-271-1/+1
| |\ | | | | | | Replace uses of splitString for splitting version strings
| | * tree-wide: replace uses of splitString "." with lib.versionsJoachim Fasting2019-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Quoting from the splitString docstring: NOTE: this function is not performant and should never be used. This replaces trivial uses of splitString for splitting version strings with the (potentially builtin) splitVersion.
* | | Merge branch 'master' into staging-nextVladimír Čunát2019-09-241-0/+11
|\| |
| * | luaPackages.luv: add libluv outputCraig Hall2019-09-161-0/+11
| |/ | | | | | | Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
* | Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-221-3/+3
| | | | | | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* | Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-211-3/+3
| | | | | | | | | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* | treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-091-3/+3
|/
* lua*Packages.lua-yajl: init at 2.0-1Philipp2019-09-072-0/+26
| | | | Dependency for mudlet >= 4.0
* lua*Packages.luautf8: init at 0.1.1-1Philipp2019-09-071-0/+20
| | | | Dependency for mudlet >= 4.0
* lua*Packages: Consolidate separate setup hooks togetherAlexei Robyn2019-09-011-33/+4
| | | | | | | | | | | | | | | - Lua packages now consistently use LUA_PATH/LUA_CPATH rather than a mix of those and NIX_LUA_PATH/NIX_LUA_CPATH - Lua libraries are now consistently only added to the search path variables if: 1) The library actually has a corresponding directory to search 2) The library is not already present in the search path This should help prevent the search paths from growing overly large - Fixed bugs in some path helpers - Changed the affected shell script indentation to 2 spaces; nixpkgs shell scripts are inconsistently split between 2 and 4 space indentation, but 2 matches better with the Nix expressions, so IMO it makes more sense
* ljsyscall: init at 20180515Luka Blaskovic2019-08-282-0/+39
|
* lua*Packages.moonscript: init at 0.5.0-1 (generated)Alexei Robyn2019-08-211-0/+20
|