about summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* python39: fix build on macOSLuflosi2020-06-04
| | | | Basically the same changes as in 81d15948cc19c2584f13031518349327ce353c82 but for python3.9 instead of python3.8.
* Merge master into staging-nextFrederik Rietdijk2020-05-29
|\
| * php.buildEnv: Let enabled extensions to pass through by defaulttalyz2020-05-29
| | | | | | | | | | If only extraConfig is specified in buildEnv, keep the currently enabled extensions active. Brought up in #89011.
* | Merge master into staging-nextFrederik Rietdijk2020-05-27
|\|
| * Merge pull request #88761 from r-ryantm/auto-update/rakudoRyan Mulligan2020-05-25
| |\ | | | | | | rakudo: 2020.05 -> 2020.05.1
| | * rakudo: 2020.05 -> 2020.05.1R. RyanTM2020-05-24
| | |
| * | Merge pull request #84994 from r-ryantm/auto-update/spidermonkeyJan Tojnar2020-05-25
| |\ \
| | * | spidermonkey_68: 68.4.2 -> 68.7.0R. RyanTM2020-04-11
| | | |
* | | | Merge master into staging-nextFrederik Rietdijk2020-05-24
|\| | |
| * | | python.tests: also test virtualenvFrederik Rietdijk2020-05-23
| | | | | | | | | | | | | | | | Test whether creating a virtualenv functions.
| * | | pypy: Remove bootstrap python from closureadisbladis2020-05-23
| | |/ | |/|
* | | Merge master into staging-nextFrederik Rietdijk2020-05-23
|\| |
| * | babashka: 0.0.94 -> 0.0.97Benjamin Andresen2020-05-21
| | |
| * | janet: 1.8.1 -> 1.9.1R. RyanTM2020-05-19
| | |
* | | Merge branch 'master' into staging-nextJan Tojnar2020-05-18
|\| |
| * | Merge pull request #87921 from ggreif/wasmtimeMario Rodas2020-05-16
| |\ \ | | | | | | | | wasmtime: 0.15.0 -> 0.16.0
| | * | wasmtime-0.16.0: re-enable tests on DarwinGabor Greif2020-05-16
| | | | | | | | | | | | | | | | | | | | The issue https://github.com/bytecodealliance/wasmtime/issues/1556 appears to be fixed.
| | * | wasmtime: 0.15.0 -> 0.16.0Gabor Greif2020-05-16
| | | |
| * | | Merge pull request #87907 from etu/php74-updateElis Hirwing2020-05-16
| |\ \ \ | | | | | | | | | | php74: 7.4.4 -> 7.4.6
| | * | | php74: 7.4.5 -> 7.4.6Elis Hirwing2020-05-16
| | | | | | | | | | | | | | | | | | | | Changelog: https://www.php.net/ChangeLog-7.php#7.4.6
| | * | | php74: 7.4.4 -> 7.4.5Elis Hirwing2020-05-15
| | |/ / | | | | | | | | | | | | Changelog: https://www.php.net/ChangeLog-7.php#7.4.5
| * / / python3Packages.venvShellHook: add postVenvCreation (#87850)Jon2020-05-16
| |/ / | | | | | | | | | | | | * python3Packages.venvShellHook: add postVenvCreation * python: docs: add postVenvCreation explaination
| * | go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
| | |
* | | Merge master into staging-nextFrederik Rietdijk2020-05-14
|\| |
| * | Merge pull request #87546 from FireyFly/pkgs/j/avx-flagMichael Raskin2020-05-13
| |\ \ | | | | | | | | j: add avxSupport option
| | * | j: add avxSupport optionJonas Höglund2020-05-14
| | | |
| * | | Merge pull request #87649 from filalex77/wasmer-0.17.0Mario Rodas2020-05-13
| |\ \ \ | | | | | | | | | | wasmer: 0.16.2 -> 0.17.0
| | * | | wasmer: 0.16.2 -> 0.17.0Oleksii Filonenko2020-05-12
| | | | |
| * | | | Merge pull request #86593 from bandresen/babashka_versionbumpJörg Thalheim2020-05-12
| |\ \ \ \ | | |/ / / | |/| | | babashka: 0.0.89 -> 0.0.94
| | * | | babashka: 0.0.89 -> 0.0.94Benjamin Andresen2020-05-11
| | | | |
* | | | | pythonPackages.pytestCheckHook: disable setuptoolsCheckPhaseJonathan Ringer2020-05-11
| | | | |
* | | | | Merge staging-next into stagingFrederik Rietdijk2020-05-11
|\| | | |
| * | | | php.buildPecl: Allow PECLs to depend on other PECLstalyz2020-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some PECLs depend on other PECLs and, like internal PHP extension dependencies, need to be loaded in the correct order. This makes this possible by adding the argument "peclDeps" to buildPecl, which adds the extension to buildInputs and is treated the same way as internalDeps when the extension config is generated.
* | | | | Merge staging-next into stagingFrederik Rietdijk2020-05-10
|\| | | |
| * | | | Merge pull request #87138 from lukegb/fix-phpadisbladis2020-05-09
| |\ \ \ \ | | | | | | | | | | | | php: correctly set outputsToInstall after withExtensions.
| | * | | | php: override outputsToInstall when using withExtensionsLuke Granger-Brown2020-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment, using .withExtensions on a PHP derivation will produce something which can't be used inside an environment.systemPackages array, because outputsToInstall refers to an output which doesn't exist on the final derivation. Instead, override it back to just containing the single output "out".
| * | | | | treewide: remove the-kenny from maintainersJörg Thalheim2020-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @the-kenny did a good job in the past and is set as maintainer in many package, however since 2017-2018 he stopped contributing. To create less confusion in pull requests when people try to request his feedback, I removed him as maintainer from all packages.
* | | | | | python: Fix creating RPMs from Python packagesJosef Kemetmüller2020-05-09
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should enable (manual) building of RPMs from python projects using the `python setup.py bdist_rpm` command on systems where `rpmbuild` is not located in `/usr/bin/`. (e.g. NixOS) The discovery of the rpmbuild command was fixed upstream in Python 3.8, so this commit backports the relevant patch to our currently supported Python 3 versions. Fixes: #85204
* / / / / mujs: 1.0.6 -> 1.0.7R. RyanTM2020-05-06
|/ / / /
* | | | rakudo: 2020.02.1 -> 2020.05Stig Palmquist2020-05-06
| | | | | | | | | | | | | | | | | | | | | | | | dependencies: moarvm: 2020.02.1 -> 2020.05 nqp: 2020.02.1 -> 2020.05
* | | | Merge pull request #80655 from hlolli/release/fix-lumoJörg Thalheim2020-05-06
|\ \ \ \
| * | | | lumo 1.10.1: fix missing npm dependencyhlolli2020-05-04
| | | | |
* | | | | elixir_1_10: 1.10.2 -> 1.10.3cw2020-05-05
| | | | |
* | | | | Merge pull request #86932 from r-ryantm/auto-update/jokerMario Rodas2020-05-05
|\ \ \ \ \ | | | | | | | | | | | | joker: 0.15.0 -> 0.15.3
| * | | | | joker: 0.15.0 -> 0.15.3R. RyanTM2020-05-05
| | | | | |
* | | | | | racket: 7.6 -> 7.7Mario Rodas2020-05-03
| | | | | |
* | | | | | python: remove isPy33, isPy34Pavol Rusnak2020-05-04
| |/ / / / |/| | | |
* | | | | jelly: init at 0.1.31 (#82178)tckmn2020-05-04
| | | | |
* | | | | Merge pull request #86762 from r-ryantm/auto-update/zefRyan Mulligan2020-05-04
|\ \ \ \ \ | | | | | | | | | | | | zef: 0.8.3 -> 0.8.4
| * | | | | zef: 0.8.3 -> 0.8.4R. RyanTM2020-05-04
| |/ / / /