about summary refs log tree commit diff
path: root/pkgs/top-level/lua-packages.nix
Commit message (Collapse)AuthorAge
* luaPackages.luacheck : init at 0.20.0wisut hantanong2017-08-24
|
* lrexlib: 2.7.2 (broken) -> 2.8.0Richard Ipsum2017-07-08
| | | | | | The shared objects are not available in 'pcre.dev', so to build the rex_pcre.so file we must specify 'pcre.out' as the directory to obtain shared objects from, 'pcre.dev' is still needed for the header files though.
* luaPackages.vicious 2.1.3 -> 2.2.0Jörg Thalheim2017-03-30
| | | | I also became new project maintainer
* luaPackages.mpack: enable darwin platformzimbatm2017-03-10
| | | | | It was working fine but then regressed by 77f5a50c400d7e312e7491593dcc8ee8cab86c2c
* luajitPackages.mpack.meta.broken = trueVladimír Čunát2017-03-03
| | | | | It seems only to link succesfully to vanilla lua. http://hydra.nixos.org/build/49554613
* lua-packages/luasocket: Fix wrong platforms valueaszlig2017-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | This has surfaced due to 505d7bea3af48c79af4212111324a4b95f80f212 and the fixup commit 77f5a50c400d7e312e7491593dcc8ee8cab86c2c. The individial platform attributes are a list rather than single elements, so in this case we got: with platforms; [darwin linux freebsd illumos] Which results in: [ ["x86_64-darwin"] ["i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux"] ["i686-freebsd" "x86_64-freebsd"] ["x86_64-solaris"] ] So if you don't have allowBroken set in nixpkgs config, you end up with an evaluation error because meta.platforms is expected to be a list instead of a list of lists which we got here. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @mornfall, @vcunat
* lua-packages: fix my mass typo in metaVladimír Čunát2017-02-19
|
* lua-packages: hydraPlatforms -> platformsVladimír Čunát2017-02-19
| | | | | I see no original reason. It seems someone started using hydraPlatforms in that file and everyone else was just conforming to the style.
* luaPackages.luaposix: init at 33.4.0Renato Alves2017-02-19
|
* luaPackages.luafilesystem: fix build on darwinVincent Laporte2017-02-07
|
* luaPackages.luazlib: 0.4 -> 1.1Vincent Laporte2017-02-01
|
* luaPackages.luazlib: fix on darwinVincent Laporte2017-02-01
|
* luaPackages.luaexpat: fix build on darwinVincent Laporte2017-01-31
|
* luaPackages: refactor common platform stringsVladimír Čunát2017-01-27
|
* luasec: 0.6pre* -> 0.6Vladimír Čunát2017-01-27
| | | | /cc maintainer @flosse.
* luasec: another attempt to fix on DarwinVladimír Čunát2017-01-27
|
* luasec: attempt to fix build on DarwinVladimír Čunát2017-01-26
|
* luaPackages.lgi: 0.7.2 -> 0.9.1Alexey Shmalko2017-01-02
|
* 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