about summary refs log tree commit diff
path: root/pkgs/development/interpreters
AgeCommit message (Collapse)AuthorFilesLines
2024-06-13Merge pull request #319316 from woutdp/masterYt1-0/+8
elixir_1_17: init at 1.17.0
2024-06-13elixir_1_17: init at 1.17.0Wout De Puysseleir1-0/+8
2024-06-11Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-11Merge pull request #317171 from teoljungberg/ruby_3_3_2Peder Bergebakken Sundt1-2/+2
ruby_3_3: 3.3.1 -> 3.3.2
2024-06-10Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-10wamr: 2.0.0 -> 2.1.0Rafael Fernández López1-2/+2
2024-06-09Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross65-66/+74
Conflicts: pkgs/applications/blockchains/polkadot/default.nix
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt7-7/+7
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt57-57/+57
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt2-2/+2
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09php81: restore patch for libxml2 on darwinPol Dellaiera1-2/+10
2024-06-09Merge master into staging-nextgithub-actions[bot]3-1/+31
2024-06-09Merge pull request #318167 from rhelmot/freebsd-python-crosskirillrdy2-1/+28
python3: Enable FreeBSD cross build
2024-06-09Merge pull request #318169 from rhelmot/freebsd-ruby-crosskirillrdy1-0/+3
ruby: provide correct qsort configuration on FreeBSD cross
2024-06-08Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-07ruby: provide correct qsort configuration on FreeBSD crossAudrey Dutcher1-0/+3
I believe that BSD qsort is a macro and GNU qsort is a function, which affects how you can use them.
2024-06-07python3: Enable FreeBSD cross buildAudrey Dutcher2-1/+28
This only enables x86_64-unknown-freebsd, not any other FreeBSD, since I do not have any other machines to tests on. If you're reading this, feel free to try out other arches!
2024-06-07Merge master into staging-nextgithub-actions[bot]3-16/+8
2024-06-07python313: 3.13.0b1 -> 3.13.0b2natsukium1-2/+2
https://www.python.org/downloads/release/python-3130b2/
2024-06-06php83: 8.3.7 -> 8.3.8Pol Dellaiera1-2/+2
diff: https://github.com/php/php-src/compare/php-8.3.7..php-8.3.8 changelog: https://github.com/php/php-src/blob/PHP-8.3.8/NEWS Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
2024-06-06php82: 8.2.19 -> 8.2.20Pol Dellaiera1-2/+2
diff: https://github.com/php/php-src/compare/php-8.2.19..php-8.2.20 changelog: https://github.com/php/php-src/blob/PHP-8.2.20/NEWS Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
2024-06-06php81: 8.1.28 -> 8.1.29Pol Dellaiera1-12/+4
diff: https://github.com/php/php-src/compare/php-8.1.28..php-8.1.29 changelog: https://github.com/php/php-src/blob/PHP-8.1.29/NEWS Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
2024-06-06Merge master into staging-nextgithub-actions[bot]1-0/+4
2024-06-07erlang: patch sh pathLiam Diprose1-0/+4
RabbitMQ 3.13 crashes because it requires Erlang/OTP 26 and hits [this call to `sh`](https://github.com/erlang/otp/blob/maint-26/lib/os_mon/src/disksup.erl#L243). This patches the call to `sh` with its full path, `${bash}/bin/sh` when the version is older than 25
2024-06-05wasmtime: 21.0.0 -> 21.0.1Rafael Fernández López1-3/+3
2024-06-05Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-04lfe: 2.1.3 -> 2.1.4superherointj1-3/+3
https://github.com/lfe/lfe/releases/tag/v2.1.4
2024-06-04ruby_3_3: 3.3.1 -> 3.3.2Teo Ljungberg1-2/+2
2024-06-04Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-03Merge pull request #315856 from qwqawawow/masterMarcus Ramberg1-3/+3
groovy: 3.0.11 -> 4.0.21
2024-06-03Merge master into staging-nextgithub-actions[bot]1-2/+4
2024-06-03Merge pull request #316628 from DanielSidhion/clips-updateNick Cao1-2/+4
clips: 6.40 -> 6.4.1
2024-06-03Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-03Merge pull request #316221 from teto/matt/lua-add-luarocks7c6f434c1-3/+3
luaPackages.luarocks: generate luarocks as well
2024-06-02Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-02clips: expose library and headersDS1-0/+2
2024-06-02clips: 6.40 -> 6.4.1DS1-2/+2
2024-06-01expr: 1.16.5 -> 1.16.9R. Ryantm1-3/+3
2024-05-31Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-05-31luaPackages.luarocks: generate luarocks as wellMatthieu C.1-3/+3
When installing a lua package that depends on luarocks, luarocks was not capable of recognizing the luarocks module: https://github.com/NixOS/nixpkgs/issues/316009 . As explained here https://github.com/luarocks/luarocks/issues/1659, luarocks needs a manifest to recognize the package. I first attempted to generate a manifest with `luarocks-admin make-manifest` on our current manual luarocks derivation but this ended up being too hackish as the `make-manifest` requires a .rockspec or .rock to work, which we had not. It seemed simpled to just rename the current manual luarocks derivation to luarocks_bootstrap in order to break cyclic dependencies in buildLuarocksPackage and add a generated luarocks derivation. Previously it was impossible to test luarocks because of the cyclic dependency but we will now be able to test the generated derivation.
2024-05-31micropython: 1.22.2 -> 1.23.0R. Ryantm1-2/+2
2024-05-31Merge branch 'staging' into staging-nextVladimír Čunát5-24/+33
2024-05-30python3: fix build on DarwinRandy Eckenrode1-0/+2
https://github.com/NixOS/nixpkgs/pull/311767 improved build purity, but Python’s configure script checks the Darwin version to enable platform features. Replacing the check with a check for Darwin without the version allows the build to succeed again.
2024-05-30treewide: remove unused fetch* (and other) argumentsSigmanificient1-1/+0
2024-05-30groovy: 3.0.11 -> 4.0.21eihqnh1-3/+3
2024-05-30Merge #312963: luajit_2_*: updateVladimír Čunát2-9/+10
...into staging
2024-05-30treewide: remove unused occurence of fetchFromGitHub argumentisabel1-2/+2
2024-05-29Merge staging-next into staginggithub-actions[bot]1-72/+0
2024-05-29ruby.rubygems: 3.5.10 -> 3.5.11Anthony Roussel1-2/+2
2024-05-29dbqn: migrate to by-name (#314612)Anderson Torres1-72/+0
Also, changed the default `buildNativeImage` to false, in order not to bring graalvm-ce as a dependency by accident.