about summary refs log tree commit diff
path: root/pkgs/development/interpreters/lua-5
AgeCommit message (Expand)AuthorFilesLines
2024-07-05Merge master into staging-nextgithub-actions[bot]1-0/+2
2024-07-05generateLuarocksConfig: dont hardcode local_cacheMatthieu C.1-0/+2
2024-06-25Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-2/+2
2024-06-24luarocks: use self.pname for an effective overrideAttrsMatthieu C.1-2/+2
2024-06-12lua: take into propagated-build-inputs when building LUA_PATHMatthieu C.5-47/+97
2024-05-31luaPackages.luarocks: generate luarocks as wellMatthieu C.1-3/+3
2024-05-24pkgs/development: remove unused fetchpatch argumentsSigmanificient1-1/+1
2024-05-01lua:: reworked setup-hook to source utils.shMatthieu C.8-73/+70
2024-05-01lua: fixed the way to create environmentsMatthieu C.2-1/+2
2024-04-15Revert #303176: "buildLuarocksPackage: rework fixup phase"Vladimír Čunát1-7/+3
2024-04-11buildLuarocksPackage: rework fixup phaseMatthieu Coudron1-3/+7
2024-04-02lua: fix setup-hook *.lua matchingMatthieu Coudron1-2/+2
2024-04-02lua.tests.checkSetupHook: test lua setup hook for http packageMatthieu Coudron2-0/+16
2024-03-16lua: update setup-hook to limit LUA_PATH sizeMatthieu Coudron1-6/+9
2024-03-16lua.tests: update golden values for default LUA_PATHMatthieu Coudron2-22/+38
2024-03-16lua: smarter/more correct patchingMatthieu Coudron2-16/+10
2024-03-11lua: actually fix longstanding bug in lua envHook causing relative module imp...binarycat1-0/+5
2024-02-17buildLuarocksPackage: accept structured luarocks configMatthieu Coudron1-13/+27
2024-02-12buildLuarocksPackage: ability to self reference extraConfig (#288253)Matthieu Coudron1-2/+2
2024-02-11buildLuarocksPackage: remove rockspecDir (#288036)Matthieu Coudron1-3/+1
2024-02-06lua.tests: add test for relative importMatthieu Coudron3-8/+31
2023-12-31Merge branch 'master' into staging-nextJan Tojnar1-2/+2
2023-12-30lua-wrapper: fix luaPath and luaCpath definitionsSergei Trofimovich1-2/+2
2023-12-15Merge staging-next into staginggithub-actions[bot]1-1/+2
2023-12-15treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobsAdam Joseph1-1/+2
2023-12-13Merge #224295: lua: split manual into separate outputVladimír Čunát1-0/+4
2023-11-24buildLuarocksPackage: save luarocks config as derivation (#269402)Matthieu Coudron1-7/+8
2023-11-23lua: use finalAttrs for interpreters (#264381)Matthieu Coudron1-27/+30
2023-10-14luaPackages: introduce an alias mechanismMatthieu Coudron1-1/+7
2023-08-14treewide: use uncurried version of makeScopeWithSplicingAdam Joseph1-8/+5
2023-07-28Revert "lib.customisation: uncurry makeScopeWithSplicing"Silvan Mosberger1-4/+7
2023-07-28lib.makeScopeWithSplicing: provide default for keep,extraArtturin1-3/+1
2023-07-27lib.customisation: uncurry makeScopeWithSplicingAdam Joseph1-5/+4
2023-07-10buildLuarocksPackage: rename file to match its roleMatthieu Coudron1-0/+0
2023-06-25treewide: use optionalAttrs instead of 'else {}'Felix Buehler1-1/+1
2023-06-06Update pkgs/development/interpreters/lua-5/interpreter.nixDmitry Bogatov1-1/+1
2023-05-26lua5_4: 5.4.4 -> 5.4.6Weijia Wang1-20/+3
2023-05-09buildLuaPackage: fix crossAdam Joseph1-1/+2
2023-05-06trivial-builders: move into the directory named alike (#223429)Sandro1-1/+1
2023-04-27buildLuarocksPackage: fixes attributes being ignoredMatthieu Coudron1-5/+5
2023-04-22buildLuaPackage: enable __structuredAttrs rocksMatthieu Coudron1-62/+56
2023-04-20build-lua-package.nix: change self to finalAttrsAnderson Torres1-4/+4
2023-04-01lua: split manual into separate outputDmitry Bogatov1-0/+4
2023-03-29Merge #223349: lua*Packages: fix the default namePrefixVladimír Čunát1-1/+1
2023-03-27Revert "buildLuaPackage: throw instead of marking as broken package"Florian Klink1-1/+1
2023-03-27lua*Packages: fix the default namePrefix as intendedVladimír Čunát1-1/+1
2023-03-26buildLuaPackage: throw instead of marking as broken packageMatthieu Coudron1-1/+1
2023-03-10lua-rocks-move-data: fix missing doc tags on luaPackages neovim pluginsLeixB1-1/+1
2023-02-28lua_5_3_compat, lua_5_4_compat: set LUA_COMPAT_5_x as LUA_COMPAT_ALL was removedLuna Nova1-1/+5
2023-02-07treewide: makeSetupHook deps -> propagatedBuildInputsArtturin2-3/+3