summary refs log tree commit diff
path: root/pkgs/development/lua-modules/overrides.nix
Commit message (Collapse)AuthorAge
* luaPackages.lualdap: init at 1.3.0-1Aaron Andersen2023-01-23
|
* treewide: switch to nativeCheckInputsGuillaume Girol2023-01-21
| | | | | | | checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
* luaPlugins: cleanupsSandro Jäckel2022-12-21
|
* Merge pull request #199288 from NickCao/lua-osslMario Rodas2022-12-01
|\ | | | | lua-modules: unpin to openssl_1_1
| * lua-modules: unpin to openssl_1_1Nick Cao2022-11-03
| |
* | luaPackages.sqlite: fix build on darwinWeijia Wang2022-11-27
|/
* Merge branch 'master' into stagingVladimír Čunát2022-10-13
|\
| * Merge pull request #195431 from figsoda/vustedMatthieu Coudron2022-10-11
| |\
| | * luaPackages.vusted: init at 2.1.1-1figsoda2022-10-10
| | |
* | | luaPackages.luaposix: fix build with libxcryptFranz Pletz2022-10-09
| | |
* | | luaPackages.gitsigns-nvim: remove noop overrideilkecan2022-10-09
|/ / | | | | | | `toVimPlugin` function mentioned is added with #178180.
* / treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin2022-09-26
|/ | | | found with nixpkgs-lint
* luaPackages.fennel: fix installShellFiles referenceMartin Weinelt2022-09-25
|
* Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2022-09-25
|\
| * luaPackages: fennel -> luaPackages.fennelGabriel Fontes2022-09-24
| |
* | Merge staging-next into stagingFrederik Rietdijk2022-09-12
|\|
| * Merge master into staging-nextgithub-actions[bot]2022-09-12
| |\
| | * luaPackages: update and adding a few neovim pluginsMatthieu Coudron2022-09-11
| | | | | | | | | | | | | | | - had to disable the failing lush-nvim tests (it can't find vim.api.nvim_command for a myssterious reason).
* | | luaPackages.lgi: fix crossArtturin2022-08-26
| | |
* | | lua-modules/overrides.nix: using pkgs. messes up splicing, dont use itArtturin2022-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commands used and then added -*'s manually because the word match doesn't match those ``` rg -o '\w*pkgs\.\w*' ./pkgs/development/lua-modules/overrides.nix | sort | uniq sd 'pkgs.' '' --string-mode ./pkgs/development/lua-modules/overrides.nix ```
* | | lua-modules/overrides.nix: run nixpkgs-fmtArtturin2022-08-26
| | |
* | | lua-packages: try splicingArtturin2022-08-26
|/ /
* / lua-modules: pin to openssl_1_1ajs1242022-08-17
|/
* luaPackages.sqlite: init at v1.2.2-0Matthieu Coudron2022-06-18
|
* luarocks-check-hook: initMatthieu Coudron2022-06-18
| | | | The hook is added to buildLuarocksPackage when doCheck is set to true.
* luaPackages.busted: install shell completion via installShellCompletionMatthieu Coudron2022-06-13
|
* luaPackages.readline: fix buildMatthieu Coudron2022-06-13
|
* luaPackages.lua-lsp: fixed buildMatthieu Coudron2022-06-13
|
* luaPackages.luv: fix buildMatthieu Coudron2022-06-13
|
* Merge pull request #171975 from alexshpilkin/add-lua-mathsMatthieu Coudron2022-05-09
|\
| * lua53Packages.lmpfrlib: init at 20170112-2Alexander Shpilkin2022-05-09
| |
| * lua53Packages.lmathx: init at 20150624-1Alexander Shpilkin2022-05-09
| |
* | lua52Packages.luasystem: fix build on darwinMario Rodas2022-05-08
| | | | | | | | Do not add glibc on darwin.
* | Merge pull request #169802 from NinjaTrappeur/nin/prosody012Matthieu Coudron2022-05-03
|\ \ | |/ |/|
| * luaPackages.luaunbound: init at 1.0.0-1Félix Baylac-Jacqué2022-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required for Prosody 0.12.0. I first tried to run the bare ./maintainers/scripts/update-luarocks-packages, however it did break a fair share of Lua packages. In the end, I: 1. Added the luaunbound entry to luarocks-packages.csv 2. Run the update-luprocks-packages. 3. Cherry picked the luaunbound entry 4. Reverted the rest of lua-modules/generated-packages.nix to what we currently have in Nixpkgs. 5. Injected the native unbound library via the lua-modules overrides.
* | luaPackages.luaexpat: 1.3.0-1 -> 1.4.1-1Matthieu Coudron2022-05-01
|/
* Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt2022-04-05
|\
| * luaPackages.libluv: fix darwin buildAndrew Childs2022-04-04
| | | | | | | | | | | | libluv was recently converted to a pure cmake package and now there's nothing lua related in the build. However an old workaround to force linking against lua on darwin remains. Clean this up.
* | Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross2022-04-02
|\| | | | | | | | | | | Conflicts: pkgs/development/libraries/zlib/default.nix pkgs/development/lua-modules/overrides.nix
| * neovim: cleanup a bit libluv related hacksDoron Behar2022-03-29
| | | | | | | | | | Remove unneeded cmakeFlags and explain more what is the difference between lua.pkgs.libluv and lua.pkgs.luv.
| * luaPackages.libuv: bump to v1.43.0Matthieu Coudron2022-03-29
| | | | | | | | as required by neovim master
* | treewide: fixDarwinDylibNames only on DarwinOPNA26082022-03-23
|/
* ljsyscall: fix buildLuka Blaskovic2021-11-06
|
* luaPackages: updateMatthieu Coudron2021-10-18
| | | | | | | | | | | | | - luarocks-nix: bumped to pass args too, `package_X = callPackage ...`. It allows to remove the annoying `with self`. This new version disables tests (because broken) and now emits derivation with a callPackage in front. - replaced X.override with lib.overrideLuarocks, it should be used whenever buildInputs/extraVariables is changed since it impacts the generated luarocks config. Once structured attributes are in, it will be easier to have the luarocks config generated by a hook and we probably will be able to replace all overrideLuarocks by overrideAttrs.
* luaPackages.luv: 1.30.0-0 -> 1.42.0-0Gabriel Ebner2021-09-27
|
* lua: introduced a lua libMatthieu Coudron2021-09-12
| | | | | | | | Goal is to improve separation between packages and utilities. Can help with autocompletion/navigate nixpkgs faster. Also it will help standardize how LUA_PATH is exported across packages, so that one can more easily make lua changes across nixpkgs (for instance changing where lua modules are installed).
* lua: restore knownRockspec and lgiMatthieu Coudron2021-08-31
| | | | | | | | - fix std._debug build - fixed std-normalize - pinned stdlib since the git version causes issues with awesome cleanup
* luaPackages.ltermbox: removedMatthieu Coudron2021-08-31
| | | | | official repo here https://github.com/LuaDist-testing/ltermbox but nothing is using it and it is outdated/unmaintained (2018) and poses issue updating
* luaPackages: updateMatthieu Coudron2021-08-31
|
* luaPackages: updateMatthieu Coudron2021-08-09
| | | | Several updates