about summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* clojure_binary: update from 1.4.0 to 1.5.1Nixpkgs Monitor2013-12-18
|
* php: Update to 5.4.23, 5.3.28Eelco Dolstra2013-12-16
| | | | CVE-2013-4073, CVE-2013-6420
* Fix LuaJIT evaluation on non-Linux platformsMichael Raskin2013-12-15
|
* Merge pull request #1356 from iyzsong/renpyMichael Raskin2013-12-14
|\ | | | | renpy: update to 6.16.3
| * renpy: update to 6.16.3Song Wenwu2013-12-11
| |
* | add love-0.9.0 (use luajit by default)Song Wenwu2013-12-15
| |
* | luajit: fix ldconfig to correct *.so files(symlinks)Song Wenwu2013-12-15
|/
* rubygems: update from 1.8.17 to 1.8.25, potentially fixes CVE-2012-2125, ↵Nixpkgs Monitor2013-12-04
| | | | CVE-2012-2126, CVE-2013-4287, CVE-2013-4363
* Updates ruby 1.8.7 to the latest patch-level. WARNING: unsupportedzimbatm2013-12-02
| | | | | | ruby 1.8 should be phased out as it contains security issues and is unsupported by the ruby core team. This is the last update available but it doesn't fix all CVEs.
* Updates ruby 2.0.0 to patch-level 353. Fixes CVE-2013-4164zimbatm2013-12-02
|
* Updates ruby 1.9.3 to patch-level 484. Fixes CVE-2013-4164zimbatm2013-12-02
|
* Use the recommended http://cache.ruby-lang.org host to get the ruby archiveszimbatm2013-12-02
|
* Fixes ruby 2.0.0 compilation on Darwin.zimbatm2013-12-02
|
* elixir: Update to 11.2.Moritz Ulrich2013-11-29
| | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* Support LuaJIT usage when building love2dMichael Raskin2013-11-28
|
* rubyLibs.rubyzip: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.pry: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.launchy: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.coderay: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.syntax: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.rmagick: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.rest_client: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.rb_kqueue: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.posix_spawn: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.lumberjack: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.listen: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.jekyll: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.guard: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.formatador: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.fast_steamer: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.excon: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.colorator: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.coderay: add expressionJason "Don" O'Conal2013-11-27
|
* rubyLibs.celluloid: add expressionJason "Don" O'Conal2013-11-27
|
* Update xonotic to 0.7.Rommel M. Martinez2013-11-21
| | | | Add scheme48 1.9.
* Partial revert of b09f8110dbcb8bc8a1fcdb3e9a5dddb0956aba96Shea Levy2013-11-19
| | | | | | Didn't mean to commit this change Signed-off-by: Shea Levy <shea@shealevy.com>
* nspr: Bump to 4.10.2Shea Levy2013-11-18
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Minifix: didn't use the name variable in the package.Kim Simmons2013-11-15
|
* LuaJIT: New packageKim Simmons2013-11-15
| | | | | Just-in-time compiler for lua 5.1 with strong focus on performance. Uses the same API as lua 5.1 which makes it extremely easy to integrate.
* pypy: 2.1 -> 2.2Domen Kožar2013-11-14
|
* php: Update to 5.4.21Eelco Dolstra2013-11-13
|
* Erlang: Update to R16B02.Moritz Ulrich2013-11-12
| | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* changes proposed for 13-10 updateVladimír Čunát2013-11-09
|\ | | | | | | One feature change: polkit update 8d14c7ba
| * polkit: major update 0.105 -> 0.112Vladimír Čunát2013-11-09
| | | | | | | | | | | | | | - It now uses JavaScript for configuration (only), so I had to "convert" config for NetworkManager. - I tested suspend/restart/(un)mount on KDE/Xfce, Phreedom tested NetworkManager config conversion.
* | rubyLibs.resque_web: add expressionJason "Don" O'Conal2013-11-09
| |
* | python-wrapper: split 'extraLibs' into 'stdLibs' and 'extraLibs', and add ↵Peter Simons2013-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'postBuild' step The default setting for extraLibs used to be the set of modules that come with python by default but aren't usually enabled in our standard python derivation because they require additional libraries. This meant that users who want to *add* libraries to that set had to use a fairly complicated override, to add more entries without loosing the ones set by default. After this patch, the "standard libraries" such as "curses' are listed in stdLibs while the extraLibs argument remains empty by default. This allows users to override extraLibs without overriding the standard libraries. Furthermore, the wrapper environment can be messed around with in an additional 'postBuild' step. One nice application of this build step is to patch scripts and binaries to use the wrapped python interpreter instead of the pristine one, thereby enabling them to pick up all modules that have been configured. The following example shows how this is done for the 'pylint' utility: pkgs.python27Full.override { extraLibs = [pkgs.pylint]; postBuild = '' cd ${pkgs.pylint}/bin for i in *; do rm $out/bin/$i sed -r -e "s|^exec |exec $out/bin/python -- |" <$i >$out/bin/$i chmod +x $out/bin/$i done; ''; };
* | python-wrapper: recursively include all dependencies of the specified ↵Peter Simons2013-11-07
| | | | | | | | | | | | | | 'extraLibs' in the generated environment This patch means that adding 'matplotlib' to extraLibs will automatically include 'numpy', too, because matplotlib depends on it.
* | perl: avoid --no-cpp-precomp on darwin, (close #1160)Vladimír Čunát2013-11-07
|/ | | | | | | | Taken from https://trac.macports.org/ticket/38913 vcunat renamed the patch Conflicts (trivial): pkgs/development/interpreters/perl/5.16/default.nix
* Merge pull request #1132 from lovek323/php54-pcntlDomen Kožar2013-10-31
|\ | | | | php54: add pcntl option
| * php54: add pcntl optionJason "Don" O'Conal2013-10-27
| |