about summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* 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
| |
* | mujs: 2016-09-21 -> 2016-11-30 for multiple CVEsGraham Christensen2016-11-30
| | | | | | | | | | | | | | | | | | | | | | | | - CVE-2016-7504 - CVE-2016-7505 - CVE-2016-7506 - CVE-2016-9017 - CVE-2016-9108 - CVE-2016-9109 - CVE-2016-9294 See more information: https://lwn.net/Vulnerabilities/707361/
* | Merge remote-tracking branch 'upstream/staging' into masterTuomas Tynkkynen2016-11-30
|\ \
| * | guile: doCheck = false on i686-linuxVladimír Čunát2016-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It fails on Hydra now; I can't reproduce it locally and don't feel like debugging it. It might be due to the warning below. That appears on x86_64-linux as well, but we've got no problems in there so far... warning: call to primitive-fork while multiple threads are running; further behavior unspecified. See "Processes" in the manual, for more information.
| * | Merge branch 'master' into stagingVladimír Čunát2016-11-26
| |\|
| * | pixie: use python2Frederik Rietdijk2016-11-24
| | |
* | | ruby: 3.2.1 -> 2.3.3Michael Fellinger2016-11-27
| |/ |/|
* | luajit: 2.1.0-beta1 -> 2.1.0-beta2Vladimír Čunát2016-11-24
|/ | | | | I'm not very certain about beta as the default, but let me not change that ATM.
* Merge pull request #20586 from abbradar/spidermonkeyNikolay Amiantov2016-11-22
|\ | | | | SpiderMonkey cleanup
| * spidermonkey_38: init at 38.2.1.rc0Nikolay Amiantov2016-11-21
| |
| * spidermonkey: cleanup and rename versionsNikolay Amiantov2016-11-21
| |
* | Merge pull request #20610 from mdaiter/erlang18EnableDirtySchedulersDaiderd Jordan2016-11-21
|\ \ | | | | | | erlang: added dirty scheduler support
| * | erlang: added dirty scheduler supportMatthew Daiter2016-11-21
| |/ | | | | | | erlang: formatting
* | Merge pull request #20611 from mdaiter/erlang17EnableDirtySchedulersDaiderd Jordan2016-11-21
|\ \ | | | | | | erlang17: enable dirty schedulers
| * | erlang17: enable dirty schedulersMatthew Daiter2016-11-21
| |/
* / erlang19: enable dirty schedulersMatthew Daiter2016-11-21
|/
* erlang_basho_R16B03: Limit platforms to x86_64Matthew Daiter2016-11-20
|
* groovy: 2.4.6 -> 2.4.7Pascal Wittmann2016-11-19
|
* Merge pull request #20457 from DerTim1/erlangTim Steinbach2016-11-17
|\ | | | | erlang: 18.3.4 -> 18.3.4.4, erlang: 19.1 -> 19.1.6
| * erlang: 19.1 -> 19.1.6Tim Digel2016-11-16
| |
| * erlang: 18.3.4 -> 18.3.4.4Tim Digel2016-11-15
| |
* | php70: 7.0.12 -> 7.0.13Franz Pletz2016-11-17
| |
* | php56: 5.6.27 -> 5.6.28Franz Pletz2016-11-17
| |
* | erlang_basho: Init at R16B03Matthew Daiter2016-11-17
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erlang_basho_R16B03: added package file erlang_basho_R16B03: added to top-level/all-packages.nix file erlang_basho_R16B03_odbc: added to top-level/all-packages.nix file erlang_basho_R16B03: Added the Carbon and Cocoa fields erlang_basho_R16B03: Removed faulty maintainer erlang_basho_R16B03: Added license as APL20 erlang_basho_R16B03: Made long and short description more informative erlang_basho: added myself as a maintainer erlang_basho: made configureFlags into an array erlang_basho: added gcc as a dependency erlang_basho: added escript replacement erlang_basho: removed debugging cat statement erlang_basho: changed subsitituteInPlace command to sed command erlang_basho: added package erlang_basho: Init at <R16B03
* Merge pull request #20227 from michalrus/octaveFrederik Rietdijk2016-11-07
|\ | | | | octave: 4.0.1 → 4.0.3 (+ portaudio dep)