about summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* php: get rid of `with lib;` used on entire fileElis Hirwing2020-03-15
|
* php: remove unsupported optionsElis Hirwing2020-03-15
| | | | | - mcrypt was removed in 7.2 - mhash was integrated into hash in 7.0
* php: Re-indent main derivationElis Hirwing2020-03-15
|
* Python: introduce tests for interpretersFrederik Rietdijk2020-03-14
| | | | This adds tests to the passthru of all Python interpreters.
* metamath: 0.180 -> 0.181Nathan van Doorn2020-03-14
|
* wasmer: 0.13.0 -> 0.16.2Maximilian Bosch2020-03-12
|
* guile: 2.2.6 -> 2.2.7Lancelot SIX2020-03-11
| | | | | See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00004.html for release information
* php72: 7.2.27 -> 7.2.28Elis Hirwing2020-03-11
| | | | Changelog: https://www.php.net/ChangeLog-7.php#7.2.28
* php73: 7.3.14 -> 7.3.15Elis Hirwing2020-03-11
| | | | Changelog: https://www.php.net/ChangeLog-7.php#7.3.15
* php: add `buildEnv` function for additional config on the CLI SAPIMaximilian Bosch2020-03-09
| | | | | | | | | | | | | Initially discussed in #55460. This patch adds a `buildEnv` function to `php` that has the following features: * `php.buildEnv { extraConfig = /* ... */; }` to specify custom `php.ini` args for the CLI. * `php.buildEnv { exts = phpPackages: [phpPackages.apcu] }` to create a PHP interpreter for the CLI with the `apcu` extension.
* Merge staging-next into stagingFrederik Rietdijk2020-03-06
|\
| * Merge pull request #81792 from r-ryantm/auto-update/jrubyMario Rodas2020-03-05
| |\ | | | | | | jruby: 9.2.10.0 -> 9.2.11.0
| | * jruby: 9.2.10.0 -> 9.2.11.0R. RyanTM2020-03-05
| | |
| * | Merge pull request #81790 from r-ryantm/auto-update/jokerMario Rodas2020-03-05
| |\ \ | | | | | | | | joker: 0.14.1 -> 0.14.2
| | * | joker: 0.14.1 -> 0.14.2R. RyanTM2020-03-05
| | |/
| * / php74: 7.4.2 → 7.4.3Jan Tojnar2020-03-04
| |/ | | | | | | https://github.com/php/php-src/blob/php-7.4.3/NEWS#L3-L90
* | Merge branch 'staging-next' into stagingJan Tojnar2020-03-04
|\|
| * Merge #80714: icon-lang: fix buildVladimír Čunát2020-03-02
| |\
| | * icon-lang: fix buildKonrad Borowski2020-02-23
| | |
| * | Merge pull request #81364 from ggreif/wasmtime-0.12Mario Rodas2020-03-02
| |\ \ | | | | | | | | wasmtime: 0.8.0 -> 0.12.0
| | * | wasmtime: bump to v0.12.0 (from v0.8.0)Gabor Greif2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | - moved to modern cargo fetcher - removed patch (not needed) - disabled test (due to bytecodealliance/wasmtime#1197)
* | | | python: add pythonRemoveTestsDirHookJonathan Ringer2020-03-03
| | | | | | | | | | | | | | | | | | | | This will automatically remove a top-level "tests" directory from being installed.
* | | | python39: 3.9.0.a3 -> 3.9.0.a4Jonathan Ringer2020-03-03
| | | |
* | | | python38: 3.8.1 -> 3.8.2Jonathan Ringer2020-03-03
|/ / /
* | | Merge master into staging-nextFrederik Rietdijk2020-02-29
|\| |
| * | pypy{,3}: use openssl_1_1Emily2020-02-28
| | | | | | | | | | | | | | | | | | "We now support building PyPy with OpenSSL 1.1 in our built-in _ssl module, as well as maintaining support for previous versions." -- https://pypy.readthedocs.io/en/latest/release-pypy2.7-v5.6.0.html
* | | Merge branch 'master' into staging-nextJan Tojnar2020-02-28
|\| |
| * | rakudo: 2020.01.1 -> 2020.02Stig Palmquist2020-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies: moarvm: 2020.01.1 -> 2020.02 nqp: 2020.01 -> 2020.01 recommended: zef: 0.8.2 -> 0.8.3
| * | Merge pull request #78475 from GRBurst/dartworldofpeace2020-02-27
| |\ \ | | | | | | | | dart: 2.0.0 -> 2.7.1 (stable) + 2.0.0 -> 2.8.0-dev.10.0 (dev)
| | * | dart: 2.0.0 -> 2.7.1 (stable) + 2.0.0 -> 2.8.0-dev.10.0 (dev)GRBurst2020-02-27
| | | | | | | | | | | | | | | | | | | | | | | | - dart stable: make it default - add aarch64 (arm64) packages - set myself as maintainer
| * | | Merge pull request #81067 from teto/lua_fixMatthieu Coudron2020-02-27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | - introduce a default checkPhase for lua (disabled by default) - dont apply patchShebangs on the whole lua package; hopefulyl it doesnt break stuff
| | * | | buidLuarocksPackage: add a checkPhaseMatthieu Coudron2020-02-26
| | | | |
| | * | | buildLuarocksPackage: extraVariables is now an attrsetMatthieu Coudron2020-02-26
| | | | |
| | * | | build-lua-package: dont patchShebangs folderMatthieu Coudron2020-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | It can be source of trouble for some read-only folders (libluv for instance) and slow down install.
* | | | | Merge staging-next into stagingFrederik Rietdijk2020-02-27
|\| | | |
| * | | | Merge pull request #81114 from cw789/elixir_updateDaiderd Jordan2020-02-27
| |\ \ \ \ | | | | | | | | | | | | elixir_1_10: 1.10.1 -> 1.10.2
| | * | | | elixir_1_10: 1.10.1 -> 1.10.2cw2020-02-26
| | | | | |
| * | | | | Merge pull request #79864 from doronbehar/improve-octaveMichael Raskin2020-02-27
| |\ \ \ \ \ | | |/ / / / | |/| | | | octave: Use qt5 and other improvements
| | * | | | octave: make optional features declarative in default.nixDoron Behar2020-02-26
| | | | | | | | | | | | | | | | | | | | | | | | Instead of in all-packages.nix .
| | * | | | octave: Use sundials_2 in package's signature instead of callPackageDoron Behar2020-02-22
| | | | | |
| | * | | | octave: Revert "remove old fix for build issue"Doron Behar2020-02-22
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3beeacfd58239bb6e95aa716dedddae17716b6eb.
| | * | | | octave: clean up all build inputs - use qt5Doron Behar2020-02-22
| | | | | |
| | * | | | octave: mark package as broken if JIT is enabledDoron Behar2020-02-22
| | | | | |
| | * | | | octave: remove old fix for build issueDoron Behar2020-02-22
| | | | | |
| | * | | | octave: clean up configure flags - remove --enable-dlDoron Behar2020-02-22
| | | | | |
| | * | | | octave: Makeinfo is no longer needed at runtimeDoron Behar2020-02-22
| | | | | |
| | * | | | octave: order arguments at top and import qt5 libsDoron Behar2020-02-22
| | | |_|/ | | |/| |
| * | | | Merge pull request #75451 from Izorkin/php-buildJörg Thalheim2020-02-25
| |\ \ \ \ | | | | | | | | | | | | Update php build configuration
| | * | | | php: update build configurationIzorkin2020-02-22
| | | | | |
| | * | | | php: use external GD libraryIzorkin2020-02-22
| | | | | |