summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* Merge pull request #92925 from etu/php74-updateMaximilian Bosch2020-07-11
|\ | | | | php74: 7.4.7 -> 7.4.8
| * php74: 7.4.7 -> 7.4.8Elis Hirwing2020-07-11
| | | | | | | | Changelog: https://www.php.net/ChangeLog-7.php#7.4.8
* | Merge pull request #91895 from kristoff3r/jupyter-serviceMaximilian Bosch2020-07-11
|\ \ | |/ |/| Improve jupyter service
| * evcxr: wrap evcxr_jupyter binaryKristoffer Søholm2020-07-07
| | | | | | | | evcxr_jupyter needs the same wrapper as the main binary to work.
* | spidermonkey_68: 68.7.0 -> 68.10.0R. RyanTM2020-07-08
| |
* | Merge pull request #92294 from r-ryantm/auto-update/elixirOleksii Filonenko2020-07-07
|\ \ | | | | | | elixir: 1.10.3 -> 1.10.4
| * | elixir: 1.10.3 -> 1.10.4R. RyanTM2020-07-04
| | |
* | | Merge pull request #92222 from r-ryantm/auto-update/jrubyMario Rodas2020-07-03
|\ \ \ | | | | | | | | jruby: 9.2.11.1 -> 9.2.12.0
| * | | jruby: 9.2.11.1 -> 9.2.12.0R. RyanTM2020-07-03
| |/ /
* | | Merge pull request #92221 from r-ryantm/auto-update/jokerMario Rodas2020-07-03
|\ \ \ | | | | | | | | joker: 0.15.4 -> 0.15.5
| * | | joker: 0.15.4 -> 0.15.5R. RyanTM2020-07-03
| |/ /
* / / wasmtime: 0.17.0 -> 0.18.0Gabor Greif2020-07-03
|/ / | | | | | | https://github.com/bytecodealliance/wasmtime/releases/tag/v0.18.0
* | Merge pull request #92011 from r-ryantm/auto-update/janetMario Rodas2020-07-02
|\ \ | | | | | | janet: 1.10.0 -> 1.10.1
| * | janet: 1.10.0 -> 1.10.1R. RyanTM2020-07-02
| | |
* | | Merge pull request #91891 from r-ryantm/auto-update/zefMario Rodas2020-06-30
|\ \ \ | | | | | | | | zef: 0.8.4 -> 0.8.5
| * | | zef: 0.8.4 -> 0.8.5R. RyanTM2020-06-30
| |/ /
* | | eff: compatibility with JSoO 3.6.0Vincent Laporte2020-06-28
| | |
* | | php7{2,3}: fix darwin buildMaximilian Bosch2020-06-25
|/ / | | | | | | | | | | * Backported patches from `php-7.4` which fixes the env for all `gettext` and `zlib` tests. * Setting `--with-libxml-dir` is still needed for versions 7.2 and 7.3.
* | php: 7.2.29 -> 7.2.31, 7.3.16 -> 7.3.19, 7.4.6 -> 7.4.7Christian Kauhaus2020-06-25
| | | | | | | | | | | | | | | | Point releases contain several security updates and bugfixes. Changelog: https://www.php.net/ChangeLog-7.php#7.4.7 Fixes #88381
* | rakudo: 2020.05.1 -> 2020.06Stig Palmquist2020-06-23
| | | | | | | | | | | | dependencies: nqp: 2020.05 -> 2020.06 moarvm: 2020.05 -> 2020.06
* | Merge pull request #91114 from danieldk/clojure-man-pagesMatthew Bauer2020-06-21
|\ \ | | | | | | clojure: install man pages
| * | clojure: install man pagesDaniël de Kok2020-06-19
| | | | | | | | | | | | Also move `makeWrapper` to `nativeBuildInputs`.
* | | Merge pull request #90028 from ggreif/wasmtimeMatthew Bauer2020-06-19
|\ \ \ | |/ / |/| | wasmtime: 0.16.0 -> 0.17.0
| * | wasmtime: 0.16.0 -> 0.17.0Gabor Greif2020-06-10
| | | | | | | | | | | | https://github.com/bytecodealliance/wasmtime/releases/tag/v0.17.0
* | | Merge pull request #90720 from jlesquembre/clj-547Daniël de Kok2020-06-19
|\ \ \ | | | | | | | | clojure: 1.10.1.507 -> 1.10.1.547
| * | | clojure: 1.10.1.507 -> 1.10.1.547José Luis Lafuente2020-06-18
| | | | | | | | | | | | | | | | | | | | Patch no longer need, added upstream: https://clojure.atlassian.net/browse/TDEPS-150
* | | | gauche: fix path to cert file (#90708)Mitsuhiro Nakamura2020-06-19
| | | |
* | | | Merge master into staging-nextFrederik Rietdijk2020-06-18
|\ \ \ \
| * | | | Nixpkgs support for `dhall-to-nixpkgs`Gabriel Gonzalez2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The motivation for this change is to enable a new Dhall command-line utility called `dhall-to-nixpkgs` which converts Dhall packages to buildable Nix packages. You can think of `dhall-to-nixpkgs` as the Dhall analog of `cabal2nix`. You can find the matching pull request for `dhall-to-nixpkgs` here: https://github.com/dhall-lang/dhall-haskell/pull/1826 The two main changes required to support `dhall-to-nixpkgs` are: * Two new `buildDhall{Directory,GitHub}Package` utilities are added `dhall-to-nixpkgs` uses these in the generated output * `pkgs.dhallPackages` now selects a default version for each package using the `prefer` utility All other versions are still buildable via a `passthru` attribute
* | | | | buildPythonPackage: don't recompile bytecodeFrederik Rietdijk2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are too many regressions. Instead of reverting all the work that has been done on this so far, let's just disable it Python-wide. That way we can investigate and fix it easier.
* | | | | Merge master into staging-nextFrederik Rietdijk2020-06-17
|\| | | |
| * | | | janet: 1.9.1 -> 1.10.0R. RyanTM2020-06-16
| | | | |
| * | | | Merge master into staging-nextFrederik Rietdijk2020-06-15
| |\ \ \ \
* | | | | | python2Packages: default to dontUsePythonRecompileBytecode = true;Jonathan Ringer2020-06-16
| | | | | |
* | | | | | Merge remote-tracking branch 'upstream/nixpkgs-unstable' into stagingJohn Ericson2020-06-14
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #90249 from Ericson2314/fix-old-phpTimo Kaufmann2020-06-14
| |\ \ \ \ \ | | | | | | | | | | | | | | php < 7.4: Fix validation of PKG_CONFIG var
| | * | | | | php < 7.4: Fix validation of PKG_CONFIG varJohn Ericson2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They were assuming it is an absolute path, but it (conventionally) can be something to look up on the PATH too. Fixes #90202
* | | | | | | Merge staging-next into stagingFrederik Rietdijk2020-06-13
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge master into staging-nextFrederik Rietdijk2020-06-13
| |\| | | | |
| | * | | | | treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
| | * | | | Revert "Merge pull request #89726 from doronbehar/ruby-gcc-ref"Matthew Bauer2020-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6590c338500a8e2939f0fd0bc21e23ab3dd41b91, reversing changes made to d659f968ba32395c7e2fce3b87b3047c7efd8d03.
| | * | | | Merge pull request #89726 from doronbehar/ruby-gcc-refMatthew Bauer2020-06-11
| | |\ \ \ \ | | | |_|/ / | | |/| | | rubyMinimal: don't reference stdenv.cc
| | | * | | rubyMinimal: Disable JIT support and remove cc refsDoron Behar2020-06-07
| | | | | | | | | | | | | | | | | | | | | | | | To make rubyMinimal truely minimal, it shouldn't reference stdenv.cc
| | | * | | ruby: make removeReferencesToCC remove all cc refsDoron Behar2020-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `lib/ruby/${version}/<platform>/rbconfig.rb` records the compiler used for JIT.
| | | * | | ruby: Enable to disable JIT supportDoron Behar2020-06-07
| | | | |/ | | | |/|
| * | | | python: don't use optimizations on DarwinFrederik Rietdijk2020-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, don't use autoreconfHook on Darwin with Python 3. Darwin builds are still impure and fail with ld: warning: directory not found for option '-L/nix/store/6yhj9djska835wb6ylg46d2yw9dl0sjb-configd-osx-10.8.5/lib' ld: warning: directory not found for option '-L/nix/store/6yhj9djska835wb6ylg46d2yw9dl0sjb-configd-osx-10.8.5/lib' ld: warning: object file (/nix/store/0lsij4jl35bnhqhdzla8md6xiswgig5q-Libsystem-osx-10.12.6/lib/crt1.10.6.o) was built for newer OSX version (10.12) than being linked (10.6) DYLD_LIBRARY_PATH=/private/tmp/nix-build-python3-3.8.3.drv-0/Python-3.8.3 ./python.exe -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi /nix/store/dsb7d4dwxk6bzlm845z2zx6wp9a8bqc1-bash-4.4-p23/bin/bash: line 5: 72015 Killed: 9 DYLD_LIBRARY_PATH=/private/tmp/nix-build-python3-3.8.3.drv-0/Python-3.8.3 ./python.exe -E -S -m sysconfig --generate-posix-vars generate-posix-vars failed make: *** [Makefile:592: pybuilddir.txt] Error 1
* | | | | buildPythonPackage: recompile bytecode for reproducibilityFrederik Rietdijk2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to a change in pip the unpacked wheels are no longer reproducible. We recompile the bytecode to cleanup this error. https://github.com/NixOS/nixpkgs/issues/81441
* | | | | pythonRemoveBinBytecodeHook: fix explanationFrederik Rietdijk2020-06-13
|/ / / /
* | | | Merge branch 'master' into staging-nextVladimír Čunát2020-06-10
|\| | | | | | | | | | | | | | | ... to resolve a trivial conflict in libpcap.
| * | | Merge branch 'staging-next'Vladimír Čunát2020-06-10
| |\ \ \