Commit graph

13 commits

Author SHA1 Message Date
R. RyanTM eb68fdddce z-lua: 1.8.11 -> 1.8.12 2021-02-18 19:18:22 +00:00
R. RyanTM 35924d9da8 z-lua: 1.8.10 -> 1.8.11 2021-02-09 19:45:20 +00:00
Profpatsch 4a7f99d55d 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
2021-01-11 10:38:22 +01:00
Mario Rodas b648b43b10 z-lua: 1.8.7 -> 1.8.10 2020-12-26 04:20:00 +00:00
Monson Shao 8f64caedbc z-lua: reveal bin name z to z.lua
According to document, user should call `eval "$(z.lua --init zsh)"` to initialize, it will create a _zlua() function and alias z to it, so there is no need to rename z.lua to z.
The formal bin name z.lua is better accordant with other distros.
2020-08-23 16:54:30 +08:00
R. RyanTM db522fda91 z-lua: 1.8.4 -> 1.8.7 2020-06-30 20:44:18 +00:00
Mario Rodas 6c756e8b15
z-lua: 1.7.4 -> 1.8.4 2020-03-22 04:20:00 -05:00
R. RyanTM 2b11759d89 z-lua: 1.7.3 -> 1.7.4 2020-01-26 14:12:28 +00:00
Mario Rodas 0f1ce1787f
z-lua: wrap LUA_CPATH manually instead of lua.withPackages
We can't use lua.withPackages, because on darwin shebangs can't point to
interpreted (shebang'd) scripts. See https://github.com/NixOS/nixpkgs/issues/23018
2019-09-21 04:20:00 -05:00
Will Dietz c659b70e86 z-lua: 1.7.2 -> 1.7.3, lua-filesystem so _ZL_USE_LFS can be used
https://github.com/skywind3000/z.lua/releases/tag/v1.7.3
2019-09-14 18:49:22 +09:00
Mario Rodas dad37cbbf8
z-lua: 1.7.1 -> 1.7.2 2019-08-01 08:00:00 -05:00
Will Dietz e53396adcb
z-lua: 1.7.0 -> 1.7.1
https://github.com/skywind3000/z.lua/releases/tag/v1.7.1
2019-06-09 22:17:23 -05:00
Mario Rodas 3a2d01cf01
z-lua: init at 1.7.0 2019-04-27 08:03:06 -05:00