summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* Merge pull request #21416 from cstrahan/mesos-1.1.0Charles Strahan2017-01-21
|\ | | | | mesos: 1.0.1 -> 1.1.0
| * mesos: 1.0.1 -> 1.1.0Charles Strahan2016-12-29
| |
* | groovy: 2.4.7 -> 2.4.8Pascal Wittmann2017-01-21
| |
* | php71: 7.1.0 -> 7.1.1Michael Raskin2017-01-20
| | | | | | | | | | | | @NixOS/security-notifications (for all three updates) Relevant to #21967
* | php70: 7.0.14 -> 7.0.15Michael Raskin2017-01-20
| |
* | php56: 5.6.29 -> 5.6.30Michael Raskin2017-01-20
| |
* | php: add embedded packageschneefux2017-01-19
| |
* | treewide: fix evaluationRobin Gloster2017-01-19
| | | | | | | | cc @Mic92 @nixy @7c6f434c
* | Merge pull request #21973 from nixy/init/hyMichael Raskin2017-01-19
|\ \ | | | | | | hy: init at 0.11.1
| * | hy: init at 0.11.1Andrew R. M2017-01-18
| | | | | | | | | | | | | | | This is the hy language, a dialect of lisp designed to be closely intergrated with python.
* | | elixir: 1.3.3 -> 1.4.0Moritz Ulrich2017-01-14
| | |
* | | erlangR19: 19.1.6 -> 19.2Eric Bailey2017-01-11
| | | | | | | | | | | | Include sw_vers patch as discussed on #21775.
* | | spidermonkey_{31,38}: fix sed problem with buildNikolay Amiantov2017-01-10
| | |
* | | ceptre: 2016-01-01 -> 2016-11-27Pascal Wittmann2017-01-09
| | |
* | | octave: 4.0.3 -> 4.2.0Jörg Thalheim2017-01-08
| | |
* | | Merge pull request #21643 from symphorien/python-tixFrederik Rietdijk2017-01-04
|\ \ \ | | | | | | | | Python tix module
| * | | python: support the tkinter.tix moduleSymphorien Gibol2017-01-04
| | | |
* | | | Merge branch 'master' into stagingDaiderd Jordan2017-01-04
|\ \ \ \ | | |/ / | |/| |
| * | | stdenv: bootstrap cmake and python on darwinDaiderd Jordan2017-01-03
| | | |
| * | | angelscript: 2.31.1 -> 2.31.2Michael Raskin2017-01-02
| | | |
| * | | pypy: 5.4.1 -> 5.6.0Herwig Hochleitner2017-01-02
| |/ /
* / / Python: script names now include full pathFrederik Rietdijk2017-01-02
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Certain programs, like zim, calibre and now also apparently mercurial, rely on sys.argv[0] providing not just the script name but the full path. The Python docs [1] state the following on the matter: > argv[0] is the script name (it is operating system dependent whether this is a full pathname or not). Therefore, scripts should not expect to receive a full path. Unfortunately some do. While this can be considered a bug, there doesn't seem any reason not to provide the full path. Therefore we now provide the full path. [1] https://docs.python.org/3.5/library/sys.html?highlight=sys.argv#sys.argv
* | clisp-tip: init at 2.50pre20161201. There hasn't been a release for quite ↵Michael Raskin2016-12-29
| | | | | | | | some time, but there has been some development. It is rumored that the fresh version can be built on darwin, but I don't know and cannot test
* | maude: update to 2.7.1Peter Simons2016-12-29
| |
* | ruby: 2.4.0 (#21419)Michael Fellinger2016-12-27
|/
* python36: 3.6.0rc1 -> 3.6.0Frederik Rietdijk2016-12-24
|
* python27: 2.7.12 -> 2.7.13Frederik Rietdijk2016-12-24
|
* maude: update to version 2.7Peter Simons2016-12-22
|
* gnuapl: add Darwin supportMatthew Daiter2016-12-18
|
* falcon: Fix typo in derivation name (closes #21112)Jascha Geerds2016-12-15
|
* erlang_basho_R16: add explicit Carbon and Cocoa supportMatthew Daiter2016-12-15
|
* php70: 7.0.13 -> 7.0.14Franz Pletz2016-12-13
|
* php56: 5.6.28 -> 5.6.29Franz Pletz2016-12-13
|
* php71: init at 7.1.0Franz Pletz2016-12-13
|
* buildPythonPackage: install builds reproduciblyFrederik Rietdijk2016-12-13
| | | | | Without --build a temporary directory is created to unpack the wheel in. We now set a directory instead.
* python36: 3.6.0b2 -> 3.6.0rc1Frederik Rietdijk2016-12-12
|
* rubygems: 2.6.6 -> 2.6.8 (#21028)Svend Sorensen2016-12-10
|
* lfe: 1.1.1 -> 1.2.1Eric Bailey2016-12-08
| | | | | | - Use buildRebar3 instead of mkDerivation, obviating the need for setup-hook.sh - Manually build proper and patch rebar.config s.t. it doesn't try to fetch it - Set checkTarget = "travis" and actually run the tests
* buildPythonPackage: yet another fix, fixes #20943Frederik Rietdijk2016-12-06
| | | | | I didn't copy the old behaviour correctly with c1d98d959b38df00a1d933a5a9a381aa80096024
* buildPythonPackage: add configurePhase, fixes #20926Frederik Rietdijk2016-12-05
| | | | | | I had removed the configurePhase in https://github.com/NixOS/nixpkgs/pull/20894 because it was empty. This seemed to break packages that use cmake.
* buildPythonPackage: refactorFrederik Rietdijk2016-12-05
|
* Merge pull request #20893 from FRidh/fixed3Frederik Rietdijk2016-12-05
|\ | | | | Python: use fixed-point combinator, add pkgs to interpreter
| * Python interpreters: add pkgs attributeFrederik Rietdijk2016-12-05
| | | | | | | | | | | | A package set is constructed for a specific interpreter. Therefore, we add the possibility to override the package set to the interpreter. This should make it easier to override the interpreter and the package set at the same time.
* | Merge branch 'staging'Vladimír Čunát2016-12-04
|\ \
| * | guile: doCheck = false, as it causes problems sometimesVladimír Čunát2016-12-04
| | | | | | | | | | | | | | | ... and I don't feel like digging into the exact cause. It's made worse by the fact that guile is quite a mass rebuild.
* | | picolisp: 15.11 -> 16.6Tomas Hlavaty2016-12-04
| |/ |/|
* | clisp: remove Darwin from meta.platforms for nowVladimír Čunát2016-12-04
| | | | | | | | It's problematic. See #20062.
* | erlang_basho_R16: B03-1 -> B02-8Matthew Daiter2016-12-02
|/
* Merge pull request #20830 from grahamc/guileGraham Christensen2016-11-30
|\ | | | | guile: apply patch fixing 00-repl-server.test stability (WIP)
| * guile: apply patch fixing 00-repl-server.test stabilityGraham Christensen2016-11-30
| |