summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
...
* erlangR19: 19.2.3 -> 19.3Eric Bailey2017-03-18
|
* renpy: 6.17.6 -> 6.99.12.4; still a strange mistake on launchMichael Raskin2017-03-17
|
* renpy: mark as brokenLinus Heckemann2017-03-17
|
* clips: init at 6.30Christopher League2017-03-16
| | | | CLIPS is a language for building expert systems.
* Use gem 2.6.10 (#23902)Andrzej Trzaska2017-03-15
|
* guile: enable parallel buildingLluís Batlle i Rossell2017-03-13
| | | | | civodul today on irc said that 2.0.13 likely has the parallel building issue fixed (case equal-or-over 8 cores). Let's try.
* Merge pull request #23780 from asppsa/pure-0.66Michael Raskin2017-03-13
|\ | | | | pure: 0.64 -> 0.66
| * pure: 0.64 -> 0.66Alastair Pharo2017-03-12
| |
* | clisp-git: update to the upstream fix of 32-bit buildsMichael Raskin2017-03-13
| | | | | | | | | | The current exact tip fails to build on x86_64, there probably is a fresher safe commit, but I haven't try bisecting.
* | clisp-tip: make the build more reliableVladimír Čunát2017-03-12
|/ | | | | | Hydra shows it sometimes fails without autoconf: http://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.clisp-tip.x86_64-linux I can't say I understand why this happened.
* lua-{5.2,5.3}: fixup dylib symlink names on DarwinVladimír Čunát2017-03-10
| | | | | Hopefully; I didn't test it. https://github.com/NixOS/nixpkgs/pull/6311#issuecomment-285521028
* racket: add readline supportHenry Till2017-03-07
|
* elixir: 1.4.0 -> 1.4.2Tim Digel2017-03-07
|
* racket: disable i686 buildsHenry Till2017-03-05
| | | | ref #23253
* Merge commit older stagingVladimír Čunát2017-03-05
|\ | | | | | | No new failures on Hydra.
| * Merge branch 'master' into stagingVladimír Čunát2017-03-03
| |\
| * | Python 3.6 fixup expat and libffi, fixes #23406Frederik Rietdijk2017-03-03
| | |
| * | Python 3.4: fixup expat and libffi, fixes #23325Frederik Rietdijk2017-03-02
| | |
* | | mk-python-derivation: remove me as maintainerDomen Kožar2017-03-03
| |/ |/| | | | | The time has come ...
* | Merge pull request #23330 from ↵Daiderd Jordan2017-03-02
|\ \ | | | | | | | | | | | | yurrriq/update/pkgs/development/interpreters/erlang/R19 erlangR19: 19.2 -> 19.2.3
| * | erlangR19: 19.2 -> 19.2.3Eric Bailey2017-03-01
| | | | | | | | | | | | | | | | | | | | | This fixes dialyzer for me. - http://erlang.org/pipermail/erlang-bugs/2017-January/005213.html - https://github.com/erlang/otp/commit/e27119948fc6ab28bea81019720bddaac5b655a7
* | | Merge branch 'staging'Vladimír Čunát2017-03-01
|\ \ \ | | |/ | |/| | | | (Truly, this time :-)
| * | Merge branch 'master' into stagingVladimír Čunát2017-02-27
| |\ \
| * | | Python 2.7: increase priority - fixupFrederik Rietdijk2017-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the manual: > This attribute should be a number, with a higher value denoting a lower priority. The default priority is 0. Just passing -5 or -10 wasn't sufficient, so let's make it -100.
| * | | Python 2.7: increase priorityFrederik Rietdijk2017-02-26
| | | | | | | | | | | | | | | | | | | | Higher priority than Python 3.x so that `/bin/python` points to `/bin/python2` in case both 2 and 3 are installed.
| * | | Python 3.4: improve determinismFrederik Rietdijk2017-02-26
| | | |
| * | | Python 3.4: use system expat and ffiFrederik Rietdijk2017-02-26
| | | |
| * | | Python 3.4: improve determinismFrederik Rietdijk2017-02-26
| | | |
| * | | Python 3.6: use system expat and ffiFrederik Rietdijk2017-02-26
| | | |
| * | | Python 3.6: improve determinismFrederik Rietdijk2017-02-26
| | | |
| * | | Python 3.5: use system expat and ffiFrederik Rietdijk2017-02-26
| | | |
| * | | Python: mkPythonDerivation: use PYTHONHASHSEED=0Frederik Rietdijk2017-02-26
| | | |
| * | | Python 3.5: improve determinismFrederik Rietdijk2017-02-26
| | | | | | | | | | | | | | | | | | | | | | | | - Windows installers are indeterministic and we don't need them. - since Python 3 ensurepip is installed by default. pip is indeteministic and we don't need it. - rebuild bytecode to ensure its deterministic
| * | | Python 2.7: improve determinismFrederik Rietdijk2017-02-26
| | | | | | | | | | | | | | | | | | | | There is some randomness in the Windows installers. Since we don't need them, we delete them.
* | | | Merge pull request #23273 from lsix/update_octaveMichael Raskin2017-03-01
|\ \ \ \ | |_|_|/ |/| | | octave: 4.2.0 -> 4.2.1
| * | | octave: 4.2.0 -> 4.2.1Lancelot SIX2017-02-28
| | |/ | |/| | | | | | | | | | See glists.gnu.org/archive/html/info-gnu/2017-02/msg00011.html for release announcements.
* / | lua5_{2,3}: replace sha1 with sha256Jörg Thalheim2017-02-28
|/ /
* / supercollider: 3.7.2 -> 3.8.0Bart Brouns2017-02-26
|/
* python-3.6: fix random numbers with glibc-2.25Vladimír Čunát2017-02-22
| | | | I missed this upstream patch. /cc #22874.
* python-3.4: fixup with glibc-2.25 (/cc #22874)Vladimír Čunát2017-02-21
| | | | | Upstream won't support it, but let me trick the code into behaving as if glibc was older. It seems 3.3 branch should be unaffected.
* Merge branch 'master' into stagingVladimír Čunát2017-02-20
|\
| * php71: 7.1.1 -> 7.1.2Franz Pletz2017-02-18
| |
| * php70: 7.0.15 -> 7.0.16Franz Pletz2017-02-18
| |
* | Merge branch 'glibc-2.25' into stagingVladimír Čunát2017-02-20
|\ \ | | | | | | | | | The largest problem-causers should be fixed now (within).
| * | python*: upstream patches to fix with glibc-2.25Vladimír Čunát2017-02-16
| |/ | | | | | | | | | | | | https://bugs.python.org/issue29157 The 3.6 release already contains the fix (from 3.5); the branches in-between are claimed to be unaffected. /cc #22874.
* / pythonPackages.wrapPython: fix for paths with spacesNikolay Amiantov2017-02-19
|/
* guile: fix include path in guile-2.0.pcVladimír Čunát2017-02-14
| | | | I forgot to /cc maintainer @civodul about the output-splitting.
* pypy: inherit pythonVersionFrederik Rietdijk2017-02-14
|
* guile*: split outputs to fix #22757Vladimír Čunát2017-02-14
| | | | The main aim is to decouple propagatedBuildInputs from $out.
* guile: refactor expressionVladimír Čunát2017-02-13
| | | | No rebuild on non-Solaris.