nixpkgs/pkgs/development/interpreters/lua-5
Sergei Trofimovich 09a5f17eec lua-wrapper: fix luaPath and luaCpath definitions
Before the change:

    $ nix-instantiate --eval --strict --expr 'with import ./. {}; with corsix-th.luaEnv; [luaPath luaCpath]'
    error:
       error: attribute 'lib' missing

After the change:

    $ nix-instantiate --eval --strict --expr 'with import ./. {}; with corsix-th.luaEnv; [luaPath luaCpath]'
    [ "/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/share/lua/5.2/?.lua;/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/share/lua/5.2/?/init.lua" "/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/lib/lua/5.2/?.so" ]
2023-12-30 22:37:06 +01:00
..
hooks
tests
5.1.darwin.patch
5.2.darwin.patch
5.4.darwin.patch
build-luarocks-package.nix buildLuarocksPackage: save luarocks config as derivation (#269402) 2023-11-24 00:08:45 +01:00
CVE-2014-5461.patch
CVE-2022-28805.patch
default.nix treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobs 2023-12-15 05:13:46 -08:00
interpreter.nix lua: use finalAttrs for interpreters (#264381) 2023-11-23 10:19:14 +01:00
lua-dso.make
with-packages.nix
wrap-lua.nix
wrap.sh
wrapper.nix lua-wrapper: fix luaPath and luaCpath definitions 2023-12-30 22:37:06 +01:00
zip.patch