about summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* treewide: fixup various mysql ocurrences after re-splitVladimír Čunát2016-08-07
|
* Merge branch 'master' into stagingVladimír Čunát2016-08-07
|\ | | | | | | Hydra nixpkgs: ?compare=1286624
| * supercollider: 3.6.6 -> 3.7.2 (#17395)Bart Brouns2016-08-03
| |
| * lua5: Re-enabel on DarwinTuomas Tynkkynen2016-08-02
| | | | | | | | | | Prior to 1bf5ded1933b18af9a95dc263063756ed9d383ba this contained `hydraPlatforms = platforms.linux`, which was apparently misleading.
| * treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
| * treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux and on Darwin.
| * treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | | | | | In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
| * treewide: Fix meta.platforms related typosTuomas Tynkkynen2016-08-02
| |
* | Merge #17159: guile: 2.0.11 -> 2.0.12Vladimír Čunát2016-08-06
|\ \ | |/ |/|
| * guile: 2.0.11 -> 2.0.12Lancelot SIX2016-07-21
| | | | | | | | | | | | | | 2.0.12 is a maintenance release for the 2.0.x stable series. See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00007.html for announcement.
* | Merge pull request #17339 from FRidh/renameFrederik Rietdijk2016-08-01
|\ \ | | | | | | Python: move interpreters
| * | Python: move interpretersFrederik Rietdijk2016-07-28
| | | | | | | | | | | | | | | Move Python interpreters (CPython, PyPy) to same folder and share layout.
* | | Merge #17354: tcl/tk: 8.6.4 -> 8.6.6Vladimír Čunát2016-07-30
|\ \ \
| * | | tcl/tk: 8.6.4 -> 8.6.6Rahul Gopinath2016-07-28
| |/ /
* | | php: 5.5.37 -> 5.5.38, 5.6.23 -> 5.6.24 (security)Franz Pletz2016-07-28
| | | | | | | | | | | | | | | https://secure.php.net/ChangeLog-5.php#5.5.38 https://secure.php.net/ChangeLog-5.php#5.6.24
* | | Merge pull request #17242 from rasendubi/mips-linuxRok Garbas2016-07-27
|\ \ \ | | | | | | | | Fixes for mips-linux
| * | | perl: fix build for mips-linuxAlexey Shmalko2016-07-26
| |/ /
* / / wasm: init at 0.0.1Proglodyte2016-07-27
|/ / | | | | | | Run WebAssembly from the command line with v8 backend
* | racket: 6.5 -> 6.6 (#17233)Rahul Gopinath2016-07-25
| |
* | erlangR19: init at 19.0.2 (#17123)Eric Bailey2016-07-23
| | | | | | | | | | Add R19.nix, based on @binarin's R18.nix. N.B. erlang/otp#1023 obviated the need for `rmAndPwdPatch` in R19.
* | rakudo: 2016.04 -> 2016.07Rahul Gopinath2016-07-22
| |
* | php: 7.0.8 -> 7.0.9 (security)Franz Pletz2016-07-21
|/ | | | https://secure.php.net/ChangeLog-7.php#7.0.9
* spidermonkey: Enable tests on 31.5.Jookia2016-07-20
|
* spidermonkey: Fix building 31.5 on GCC 5.Jookia2016-07-20
|
* spidermonkey: Fix building 185-1.0.0 on ARMv7.Jookia2016-07-20
|
* Revert "spidermonkey: Disable tests on ARM"Tuomas Tynkkynen2016-07-20
| | | | | | | | | | This reverts commit f9654a88e76703a80b8d1464f384bba21abeaf52. At least for now, the problem has gone away on ARMv7 by the switch of FPU flags used by GCC. Some details of the bug at: https://github.com/NixOS/nixpkgs/pull/16850#issuecomment-232339143
* Python 2.7.11 -> 2.7.12Frederik Rietdijk2016-07-19
|
* Python 2.6: add lessFrederik Rietdijk2016-07-19
|
* Python 2.7: add lessFrederik Rietdijk2016-07-19
|
* Python 3.3: add lessFrederik Rietdijk2016-07-19
|
* Python 3.4: add lessFrederik Rietdijk2016-07-19
|
* Python 3.5: add lessFrederik Rietdijk2016-07-19
|
* Python 3.6: add lessFrederik Rietdijk2016-07-19
|
* python: add alpha release of 3.6Louis Taylor2016-07-19
| | | | | This might be jumping the gun a little, but I needed to use 3.6 locally and thought I may as well push it upstream.
* octave: add arpack, libwebp, and darwin compatAnthony Cowley2016-07-15
| | | | | | | | This follows on from PR #16965 for qrupdate and PR #16968 for fltk. WIth these, the added explicit dependencies on arpack (to support the octave `eigs` function) and `libwebp`, and not pulling X11 things, octave works properly on darwin.
* erlang: 18.3 -> 18.3.4 (#16244)Alexey Lebedeff2016-07-13
| | | | | | | | | | | | | | Minor OTP releases (and their manpages) are not available for dowload at http://erlang.org/download But e.g.: - 18.3.1 contains an important fix for mnesia - 18.3.1-18.3.4 has a lot of SSL/TLS fixes So we have to fetch from GitHub and build everything ourselves. Also replace explicit path patching with upstream patches: - https://github.com/erlang/otp/pull/1023 - https://github.com/erlang/otp/pull/1103 - with this patch it's now possible to build erlang in sandboxed mode
* lfe: init at 1.1.1 (#16865)Eric Bailey2016-07-12
| | | | | This is a first pass at adding an LFE package. N.B. man pages are ignored for now.
* elixir: 1.3.0 -> 1.3.1Daiderd Jordan2016-07-11
|
* python 3.4.4 -> 3.4.5Frederik Rietdijk2016-07-10
|
* python 3.5.1 -> 3.5.2Frederik Rietdijk2016-07-10
|
* spidermonkey: Disable tests on ARMTuomas Tynkkynen2016-07-10
| | | | | | | | | Some tests fail and cause kernel spam of this sort: [ 6607.906159] Alignment trap: not handling instruction f4430a1f at [<0021e500>] [ 6607.913308] Unhandled fault: alignment exception (0x811) at 0x003a15ec [ 6607.919864] pgd = e8b88000 [ 6607.922601] [003a15ec] *pgd=fb185835
* Merge pull request #16765 from rasendubi/ioJoachim Fasting2016-07-07
|\ | | | | io: clean up
| * io: clean upAlexey Shmalko2016-07-07
| |
* | Build libjack2 for supercollider with same GCCMatthias Beyer2016-07-07
|/ | | | Also remove trailing whitespace
* Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-07-05
|\
| * Merge pull request #16552 from Mayeu/elixir-1.3Joachim Fasting2016-07-02
| |\ | | | | | | elixir: 1.2.6 -> 1.3.0
| | * elixir: 1.2.6 -> 1.3.0Cast2016-06-27
| | |
| * | python: fix modules in buildEnv, closes #16646Frederik Rietdijk2016-07-01
| | | | | | | | | | | | | | | Python 2.7 on Nix is stripped of some modules, which can be added when needed. This was broken with python.buildEnv.
* | | python-2.7: Don't use ldconfig and speed up uuid loadEelco Dolstra2016-07-01
|/ /
* | Merge branch 'staging'Vladimír Čunát2016-06-29
|\ \ | |/ |/| | | This includes a security update of expat.