summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* octaveHg: add packageAlastair Pharo2017-04-09
|
* octave: add runtime texinfo dependencyAlastair Pharo2017-04-09
| | | | | | | | | | | | makeinfo (provided by the texinfo package) is used by the "help" command in Octave to display info about functions, etc. By default, Octave looks for "makeinfo" in the PATH, rather than specifying the location of the executable. This results in Nix not being aware that makeinfo is required at runtime (so unless you happen have makeinfo available from your path, "help" won't work). This patch fixes that by setting the path to makeinfo in Octave, thereby creating a runtime dependency on texinfo.
* Merge branch 'staging'Vladimír Čunát2017-04-08
|\ | | | | | | | | | | There are a few dozen new failures on Darwin, probably related to updates of stdenv's llvm and/or pkgconfig. Still the total number of successes increases.
| * Merge branch 'master' into stagingVladimír Čunát2017-04-06
| |\
| * | python: Move catch_conflicts.py into subdirectory (#23600)Johannes Bornhold2017-04-01
| | | | | | | | | | | | | | | | | | | | | | | | Python does add the script's directory into "sys.path". For the case of "catch_conflicts.py" this means "/nix/store" is added to "sys.path". This can result in very long delays if the store contains a lot of entries. (moved from master commit 76213d102c1eaa91e733b326d9d312b60103d88a)
* | | hy: 0.11.1 -> 0.12.1Andrew R. M2017-04-07
| |/ |/| | | | | Fixed build inputs up a little while bumping version
* | ruby: 2.0.0-p647 -> 2.0.0-p648Tim Steinbach2017-04-03
| |
* | ruby: 2.2.5 -> 2.2.7Tim Steinbach2017-04-03
| |
* | ruby: 2.3.3 -> 2.3.4Tim Steinbach2017-04-03
| |
* | ruby: 2.4.0 -> 2.4.1Tim Steinbach2017-04-03
|/
* Revert "python: Move catch_conflicts.py into subdirectory (#23600)" (#24528)Vladimír Čunát2017-04-01
| | | This reverts commit 76213d102c1eaa91e733b326d9d312b60103d88a.
* python: Move catch_conflicts.py into subdirectory (#23600)Johannes Bornhold2017-04-01
| | | | | Python does add the script's directory into "sys.path". For the case of "catch_conflicts.py" this means "/nix/store" is added to "sys.path". This can result in very long delays if the store contains a lot of entries.
* gnuapl: 1.6 -> 1.7Lancelot SIX2017-03-31
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-03/msg00007.html for release announcement.
* nix-exec: fix buildRobin Gloster2017-03-30
|
* groovy: 2.4.8 -> 2.4.10Victor Calvert2017-03-26
|
* supercollider: pin to Qt 5.6Thomas Tuegel2017-03-25
|
* octave: fix on darwinAnthony Cowley2017-03-22
| | | | | | | This change is required on darwin, but did not make it into the 4.2.1 release of Octave. It is a very small change, and a comment on the patch includes a link for more information and a note that it should be removed from subsequent releases.
* clooj: fix urlRobin Gloster2017-03-21
|
* php: Add a dev outputEelco Dolstra2017-03-20
| | | | This reduces the closure size from 438 to 174 MiB.
* php: Strip modulesEelco Dolstra2017-03-20
| | | | This reduces the closure size from 566 to 438 MiB.
* erlangR14: delete unreferenced ancient fileDan Peebles2017-03-19
|
* erlang: patch all versions to work with clang 4Dan Peebles2017-03-19
|
* guile_2_0: init at 2.0.13Michael Raskin2017-03-19
| | | | Reinstate guile 2.0.x. Use it for autogen
* guile: 2.0 -> 2.2Rahul Gopinath2017-03-19
|
* erlangR19: update maintainersEric Bailey2017-03-18
| | | | | | | Use the list of direct committers: https://github.com/NixOS/nixpkgs/commits/master/pkgs/development/interpreters/erlang/R19.nix Originally, I just copied and pasted from R18.nix, I think.
* 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.