summaryrefslogtreecommitdiff
path: root/pkgs/development/lua-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2021-04-231-13/+33
|\
| * luaPackages.lua-resty-openidc: 1.7.2-1 -> 1.7.4-1Bruno Bigras2021-04-181-13/+33
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2021-02-284-425/+505
|\|
| * treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
| * luarocks-update-packages: pass "lib" in argumentsMatthieu Coudron2021-01-231-1/+1
| * treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. Jonathan Ringer2021-01-191-1/+1
| * treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-86/+86
| * buildLuaPackage: pass propagatedBuildInputs to final derivation (#108311)•••propagatedBuildInputs was completely overridden in the processLuka Blašković2021-01-031-4/+7
| * Merge staging-next into stagingFrederik Rietdijk2020-10-061-11/+11
| |\
| | * treewide: fix redirected urls (run 3)•••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`. Patrick Hilhorst2020-10-021-11/+11
| * | 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 list•••(I am also an upstream committer.) Caleb Maclennan2020-08-141-3/+3
| * 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)•••It's not maintained any more by upstream (by @doronbehar) and it doesn't build correctly with `buildLuarocksPackage` (see #89767).Doron Behar2020-08-082-27/+0
| |/
| * 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"•••This reverts commit 47ad7d313135f97815efa2eaacfd7fdb52cc689c. The fix isn't needed after the update contained in PR #89632. Vladimír Čunát2020-06-071-5/+0
| * lyaml: init at 6.2.5-1, update all generated packagesLuka Blaskovic2020-06-062-342/+265
| * luaPackages.mpack: use system mpack•••the luarocks package uses the builtin command and discards the Makefile. While using the makefile one needs to set some more flags. Matthieu Coudron2020-04-261-0/+6
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2020-04-151-89/+89
|\|
| * treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-89/+89
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2020-04-012-36/+135
|\|
| * Revert "luaPackages.luv: 1.30.0-0 -> 1.34.1-1"•••This reverts commit eaa47284113cda19a037b7fcbaa892ddb596b813. With 81461cff5f540c92e5030f62b89ee7b64e85c6df luv also needs to be downgraded until luarocks can be updated to 3.3.1 again. Fixes #82727 Daiderd Jordan2020-03-271-3/+3
| * Merge pull request #81067 from teto/lua_fix•••- introduce a default checkPhase for lua (disabled by default) - dont apply patchShebangs on the whole lua package; hopefulyl it doesnt break stuff Matthieu Coudron2020-02-271-5/+5
| |\
| | * 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-homepages•••treewide: fix redirected urlsSilvan Mosberger2020-01-271-2/+2
| |\
| | * treewide: fix redirected urls•••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 ``` Patrick Hilhorst2020-01-221-2/+2
| * | 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-1•••Now it's a released package so no need to specify the manifest anymore. Matthieu Coudron2020-01-241-16/+6
| |/
* / treewide: fix types for mkDerivation paramsRobin Gloster2019-12-311-2/+2
|/
* 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/luadoc•••adds Luadoc.Matthieu Coudron2019-10-241-0/+36
|\
| * luaPackages.luadoc: init at 3.0.1-1•••Used in vim plugins like nvim-terminal-lua to generate html docs. Matthieu Coudron2019-10-231-0/+18
| * luaPackages.lualogging: init at 1.3.0-1•••Dependency of luadoc Matthieu Coudron2019-10-231-0/+18
* | luaPackages.luacov: init at 0.13.0-1•••It is needed to run luarocks test. Matthieu Coudron2019-10-141-0/+19
|/
* lua.pkgs.luv.libluv: fix linking against lua on darwin••• [ 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 ... Daiderd Jordan2019-10-021-7/+12
* Merge branch 'master' into staging-nextVladimír Čunát2019-09-271-1/+1
|\
| * Merge pull request #69345 from joachifm/feat/split-version•••Replace uses of splitString for splitting version stringsJoachim F2019-09-271-1/+1
| |\