about summary refs log tree commit diff
path: root/pkgs/top-level/lua-packages.nix
Commit message (Collapse)AuthorAge
* luasocket: fix evalJoachim Fasting2016-09-25
| | | | xref: cdbb0e2fb8fd8a5b5ae9c8f9faae72dd8b48bb4e
* Merge pull request #18692 from Mic92/luasocketzimbatm2016-09-25
|\ | | | | luasocket: fix non-5.1 builds
| * luasocket: enable hydra build on more platformsJörg Thalheim2016-09-25
| | | | | | | | Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
| * luasocket: fix non-5.1 buildsJörg Thalheim2016-09-17
| | | | | | | | | | LUAV has to be set accordingly for make, otherwise it will install files default to the 5.1 path.
* | treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|/
* lua-sockets: fix on darwinVincent Laporte2016-09-12
|
* treewide: Use explicit 'dev' references to glibcTuomas Tynkkynen2016-08-30
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* neovim: fix build on darwin, cleanup lua pathsMatthew Bauer2016-06-12
| | | | | | | fixes #16152 The cmake script had trouble finding the lua paths, this sets them using “luaPackages.getLuaPath” and “luaPackages.getLuaCPath”.
* lua-mpack: fix building with clangMatthew Bauer2016-06-12
| | | | | clang has some things considered “warnings” that gcc doesn’t so it is necessary to set “-Wno-error” to build under clang.
* luaPackages.luaexpat: fix case of LUA_LDIR make flagFranz Pletz2016-06-09
|
* neovim: 0.1.3 -> 0.1.4Rok Garbas2016-06-04
| | | | | | | | | * removing luaMessagePack (only used by neovim) * using libmpack (updated to latest master since they fixed a lot of packaging issues) * package libmpack lua bidnings * neovim expression now excepts luaPackages as an input and not individual lua packages (to avoid depending on different lua version)
* treewide: Make explicit that 'dev' output of pcre is usedTuomas Tynkkynen2016-05-19
|
* Merge staging into closure-sizeVladimír Čunát2015-11-20
|\ | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * lua-bitop: update MACOSX_DEPLOYMENT_TARGETJude Taylor2015-10-22
| |
* | expat: split dev outputVladimír Čunát2015-10-28
|/
* Merge pull request #8957 from fpletz/package/luasocketPascal Wittmann2015-09-14
|\ | | | | luasocket: 2.0.2 -> 3.0-rc1
| * luasocket: 2.0.2 -> 3.0-rc1Franz Pletz2015-07-22
| |
* | Merge pull request #9132 from makefu/awesome-vicious-luaPackageArseniy Seroka2015-08-07
|\ \ | | | | | | luaPackages: add vicious module
| * | luaPackages.vicious: init at 2.1.3makefu2015-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vicious is a module for creating widgets on window managers. This commit adds the library and a wrapper lua file for easy importing. I use the library with the awesome window manager via luaModules: services.xserver.windowManager.awesome.luaModules = [ pkgs.luaPackages.vicious ];
* | | luaPackages.lrexlib: mark as brokenLuca Bruno2015-08-07
|/ / | | | | | | Doesn't build neither with 5.1 nor 5.2 lua.
* / luasec: 0.5 -> 0.6pre-2015-04-17 (close #8958)Franz Pletz2015-07-30
|/
* remove hardcoded clangDaiderd Jordan2015-06-11
|
* removed unnecessary patchDaiderd Jordan2015-06-11
|
* fix luaPackages.luabitop on darwinDaiderd Jordan2015-06-11
|
* luastdlib: fix build by adding autoreconfHookPascal Wittmann2015-05-31
|
* luaPackages: stabilize src hashes by using fetchzipVladimír Čunát2015-05-30
| | | | I was getting hash errors in some packages.
* Fixed some descriptionsPascal Wittmann2015-04-28
|
* prosody: add dependency on zlib (close #6894)koral2015-04-09
| | | | @vcunat moved the defaults inside the prosody expression.
* Merge pull request #6269 from maun/lua_lpegMichael Raskin2015-04-04
|\ | | | | Fix lua lpeg on OSX
| * Fix lua lpeg on OSXManuel Adameit2015-02-09
| |
* | Merge pull request #6412 from olavks/lua-cjsonlethalman2015-02-26
|\ \ | | | | | | Add lua package for json module written in C
| * | Add lua package for cjsonOlav2015-02-18
| |/
* | Add new lua package: lptyJC Brand2015-02-23
| | | | | | | | http://www.tset.de/lpty/
* | prosody: added luaevent dependency.koral2015-02-19
|/
* Some lua and awesome improvementsLuca Bruno2014-12-17
| | | | | | - Move lgi to luaPackages - Use luaPackages in awesome and passthru lua - Allow to pass lua modules to the awesome WM so that those can be used in the configuration
* add neovimMichael Fellinger2014-11-27
|
* Merge pull request #4535 from flosse/lua-bitopJoachim Schiele2014-10-15
|\ | | | | lua-packages: added lua-bitop to add websocket support for prosody
| * lua-packages: added lua-bitopMarkus Kohlhase2014-10-15
| |
* | lua-packages.nix: whitespace fixesBjørn Forsman2014-10-12
|/
* prosody: packaged as a serviceMarkus Kohlhase2014-10-11
| | | | | Conflicts: nixos/modules/misc/ids.nix
* Added more lua modules to lua-packages, added them as dependencies forwyvie2014-09-30
| | | | | | mudlet Closes #4269
* further improvements to buildLuaPackageDomen Kožar2014-09-23
|
* Assertion throws err message on fail in buildLuaPackagewyvie2014-09-23
|
* Refactored to use callPackage rightwyvie2014-09-23
|
* Simplified lua-packages function arguments to look nicer in all-packageswyvie2014-09-23
|
* Added luaPackages, moved lua sockets and lua filesystem to luaPackages, ↵wyvie2014-09-23
fixed mudlet deps