Commit Graph

8135 Commits

Author SHA1 Message Date
Martin Weinelt
fd5d0300b4
Merge pull request #241848 from stigtsp/perl/5.38.0
[staging] perl: 5.36.0 -> 5.38.0
2023-07-27 02:05:42 +02:00
github-actions[bot]
dc058faf6b
Merge staging-next into staging 2023-07-27 00:02:38 +00:00
Artturi
906f999a2f
Merge pull request #245475 from Artturin/splicepython1 2023-07-26 22:43:37 +03:00
github-actions[bot]
24182c8911
Merge staging-next into staging 2023-07-26 18:01:41 +00:00
Pol Dellaiera
98a1fc3a1f
Merge pull request #239298 from r-ryantm/auto-update/janet
janet: 1.28.0 -> 1.29.1
2023-07-26 15:01:32 +02:00
github-actions[bot]
bbfd40bb37
Merge staging-next into staging 2023-07-26 06:01:54 +00:00
Artturin
793cc9d982 python3: splice python within python3Packages.callPackage
`lib.extends hooks pythonPackagesFun` includes python which we want to
splice

what this fixes:
```
nix-repl> lib.elemAt pkgsCross.aarch64-multiplatform.python3Packages.xpybutil.nativeBuildInputs 0
«derivation /nix/store/39dkb51rciw6zwg0c2c44gpmpjapddxc-python3-aarch64-unknown-linux-gnu-3.10.12.drv»
```
to
```
nix-repl> lib.elemAt pkgsCross.aarch64-multiplatform.python3Packages.xpybutil.nativeBuildInputs 0
«derivation /nix/store/21ldw2dp26xvv9iyxn9x77a8yh4waqz5-python3-3.10.12.drv»
```

Before https://github.com/NixOS/nixpkgs/pull/194205 The keep python used to work by accident because self was passed from
__splicedPackages https://github.com/NixOS/nixpkgs/pull/196052/files#diff-44ce3495c4f983ce64dd47c86a9d3e77bad210b2709c098a3806998dcd9b000bR213
But now it does not work because overrideAttrs is used on python in
python-packages-base.nix

Preferably we would [ splice the hooks too ](https://github.com/NixOS/nixpkgs/pull/228139) but we cannot do that until [Package sets within derivations (i.e. python3.pkgs) are not spliced](https://github.com/NixOS/nixpkgs/issues/211340) is fixed, because people often use `python3.pkgs.wrapPython` in `nativeBuildInputs` (it's correct but python3.pkgs should be python3Packages to get splicing.
2023-07-26 06:15:26 +03:00
Nick Cao
4570f7fc58
Merge pull request #243074 from mweinelt/cpython-3.12.0b4
python312: 3.12.0b3 -> 3.12.0b4
2023-07-25 19:03:08 -06:00
github-actions[bot]
48c72f00ba
Merge staging-next into staging 2023-07-24 18:03:03 +00:00
figsoda
df8d064819 wazero: 1.3.0 -> 1.3.1
Diff: https://github.com/tetratelabs/wazero/compare/v1.3.0...v1.3.1

Changelog: https://github.com/tetratelabs/wazero/releases/tag/v1.3.1
2023-07-24 09:39:25 -04:00
github-actions[bot]
dd978826f9
Merge staging-next into staging 2023-07-23 12:02:06 +00:00
github-actions[bot]
10af23a180
Merge master into staging-next 2023-07-23 12:01:27 +00:00
Pol Dellaiera
26b91e73c7
php83: 8.3.0alpha3 -> 8.3.0beta1 2023-07-23 09:47:44 +02:00
github-actions[bot]
d5ba15544a
Merge staging-next into staging 2023-07-23 06:01:49 +00:00
github-actions[bot]
a0c327d315
Merge master into staging-next 2023-07-23 06:01:17 +00:00
figsoda
cc6636b935
Merge pull request #244922 from r-ryantm/auto-update/joker
joker: 1.1.0 -> 1.2.0
2023-07-22 21:20:20 -04:00
github-actions[bot]
5765a9fbc3
Merge staging-next into staging 2023-07-23 00:03:03 +00:00
github-actions[bot]
86a73bdb86
Merge master into staging-next 2023-07-23 00:02:31 +00:00
R. Ryantm
49b7304aa6 joker: 1.1.0 -> 1.2.0 2023-07-22 22:19:48 +00:00
Rafael Fernández López
03049a56e0
wasmtime: 10.0.1 -> 11.0.0 2023-07-22 17:36:33 +02:00
github-actions[bot]
941ae3102b
Merge staging-next into staging 2023-07-22 12:02:07 +00:00
github-actions[bot]
045f0259fe
Merge master into staging-next 2023-07-22 12:01:28 +00:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
Alexander Khodyrev
d45bbf150d tcl: add test for #243831
As suggested in pull request discussion
https://github.com/NixOS/nixpkgs/pull/243838

Explicitly verify that the installed Tcl can find tzdata. If the fix
from 8d0dce91bc is commented out, the
test fails.
2023-07-21 09:12:45 +03:00
github-actions[bot]
6689e744ea
Merge staging-next into staging 2023-07-21 06:01:41 +00:00
github-actions[bot]
17a15a50ab
Merge master into staging-next 2023-07-21 06:01:05 +00:00
meppu
12ecdc253b elixir_1_15: 1.15.2 -> 1.15.4 2023-07-21 11:45:11 +09:00
Sandro
ae6388356f
Merge pull request #153527 from andersk/python3-symlinks
python3: Add manpage symlink to fix ‘man python’
2023-07-20 22:07:42 +02:00
github-actions[bot]
37df58121d
Merge master into staging-next 2023-07-20 12:01:16 +00:00
Daniel Kempkens
c118bb4f9a elixir: make mix interpreter path absolute
Remove the implicit dependency on `elixir` being somewhere in `PATH`.

Before:

```
$ nix build '.#elixir_1_15'
$ ./result/bin/mix --version
env: ‘elixir’: No such file or directory
```

After:

```
$ nix build '.#elixir_1_15'
$ ./result/bin/mix --version
Erlang/OTP 25 [erts-13.2.2.2] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit]

Mix 1.15.2 (compiled with Erlang/OTP 25)
```

This was caused by the shebang interpreter directive being set to
`${coreutils}/bin/env elixir`, whereas now the `elixir` part is replaced
with the full path to the interpreter.

We can't get rid of the `${coreutils}/bin/env` part, because without it
all scripts are interpreted as shell scripts.
2023-07-20 20:52:55 +09:00
Anders Kaseorg
9c55f23e53
python3: Add manpage symlink to fix ‘man python’
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-07-19 15:33:47 +02:00
github-actions[bot]
b110c513b2
Merge master into staging-next 2023-07-19 12:01:12 +00:00
Nick Cao
77ee39a4be
Merge pull request #244294 from r-ryantm/auto-update/trealla
trealla: 2.22.11 -> 2.22.17
2023-07-19 04:36:32 -06:00
Nick Cao
cdeb3be2d6
Merge pull request #244260 from r-ryantm/auto-update/evcxr
evcxr: 0.15.0 -> 0.15.1
2023-07-19 04:09:34 -06:00
R. Ryantm
3675a26bc6 trealla: 2.22.11 -> 2.22.17 2023-07-19 08:00:16 +00:00
github-actions[bot]
19a2625330
Merge master into staging-next 2023-07-19 06:01:40 +00:00
R. Ryantm
6c8a9a4263 evcxr: 0.15.0 -> 0.15.1 2023-07-19 03:16:39 +00:00
Yuriy Taraday
0d6512ecb1 nickel: disable checks on Darwin
Workaround to address build issue introduced in 1.1.1 update.
2023-07-18 22:34:28 -03:00
Nick Cao
a72b41814e
Merge pull request #244079 from abathur/bats_1.10.0
bats: 1.9.0 -> 1.10.0
2023-07-18 18:59:43 -06:00
github-actions[bot]
eebfb7a54e
Merge master into staging-next 2023-07-18 06:01:08 +00:00
R. Ryantm
083a9cb41f erlang_25: 25.3.2.3 -> 25.3.2.4 2023-07-18 14:59:19 +09:00
Travis A. Everett
9d69c3e721 bats: 1.9.0 -> 1.10.0 2023-07-17 19:50:14 -05:00
Uri Baghin
0275cf0e6d
Merge pull request #241025 from uri-canva/fix-native
stdenv: fix stagesNative
2023-07-17 13:18:40 +10:00
Alexander Khodyrev
8d0dce91bc tcl: fix #243831
Add a dependency on tzdata, use tzdata's zoneinfo in clock.tcl. Remove
other paths clock.tcl may try to use for zoneinfo to avoid non-store dependency.
2023-07-16 21:45:26 +03:00
Mario Rodas
742eef7c30 ruby.rubygems: 3.4.16 -> 3.4.17
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.17/CHANGELOG.md
2023-07-16 04:20:00 +00:00
R. Ryantm
afd6b815c4 trealla: 2.21.33 -> 2.22.11 2023-07-15 22:49:28 -03:00
figsoda
5daba3aa35
Merge pull request #243654 from marsam/update-luau
luau: 0.583 -> 0.584
2023-07-15 15:59:26 -04:00
Mario Rodas
ebb9df744f luau: 0.583 -> 0.584
Diff: https://github.com/Roblox/luau/compare/0.583...0.584

Changelog: https://github.com/Roblox/luau/releases/tag/0.584
2023-07-15 04:20:00 +00:00
github-actions[bot]
73205ff524
Merge master into staging-next 2023-07-15 00:02:34 +00:00
Sandro
97e4060597
Merge pull request #240997 from xworld21/perl-binary-wrapper
perl: use makeBinaryWrapper for perl.withPackages
2023-07-14 21:29:08 +02:00
github-actions[bot]
469798d2dd
Merge master into staging-next 2023-07-14 06:01:28 +00:00
Jacob Moody
bec99c5ae4 femtolisp: init at 2023-07-12 2023-07-14 01:13:52 -03:00
Vladimír Čunát
c77a0a323a
Merge branch 'master' into staging-next 2023-07-13 08:30:35 +02:00
Benjamin Kober
c14fb90565 lune: init at version 0.7.4 2023-07-12 23:36:13 -03:00
Anderson Torres
79463da2b7 trealla: mark as broken on Apple Intel 2023-07-12 21:42:26 -03:00
Anderson Torres
f7d71db720 trealla: circumvent valgrind brokenness
trealla needs valgrind to be checked; however, valgrind does not build on all
platforms.
2023-07-12 21:42:26 -03:00
Anderson Torres
c1a92af325 trealla: 2.8.6 -> 2.21.33 2023-07-12 21:42:26 -03:00
Martin Weinelt
6245a65b02
python312: 3.12.0b3 -> 3.12.0b4
https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0b4

Fixes: CVE-2023-27043
2023-07-12 15:38:34 +02:00
figsoda
3f5a442eab wazero: 1.2.1 -> 1.3.0
Diff: https://github.com/tetratelabs/wazero/compare/v1.2.1...v1.3.0

Changelog: https://github.com/tetratelabs/wazero/releases/tag/v1.3.0
2023-07-11 07:53:43 -04:00
Mario Rodas
ddb72f3e05 ruby.rubygems: 3.4.15 -> 3.4.16
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.16/CHANGELOG.md
2023-07-11 04:20:00 +00:00
github-actions[bot]
4d2d9f544a
Merge master into staging-next 2023-07-12 06:01:19 +00:00
github-actions[bot]
7df9bccc89
Merge master into staging-next 2023-07-10 18:01:32 +00:00
Felix Schröter
a9e20ed1e0 {nickel,nls}: 1.0.0 -> 1.1.1 2023-07-10 14:55:46 -03:00
github-actions[bot]
9105ae569b
Merge master into staging-next 2023-07-10 12:01:17 +00:00
Matthieu Coudron
34b3a809ef buildLuarocksPackage: rename file to match its role 2023-07-10 10:34:34 +02:00
github-actions[bot]
a61c7c58e4
Merge master into staging-next 2023-07-09 18:01:03 +00:00
Nick Cao
529d5e2835
Merge pull request #242251 from nrhtr/luajit-static-build
luajit: add option for static build
2023-07-09 20:54:22 +08:00
Jeremy Parker
69946ea4cf luajit: set BUILDMODE flag for static builds 2023-07-09 17:19:27 +10:00
github-actions[bot]
24fc2ed8e1
Merge master into staging-next 2023-07-09 00:02:38 +00:00
Mario Rodas
46f0e9587f
Merge pull request #242154 from marsam/update-luau
luau: 0.572 -> 0.583
2023-07-08 17:19:50 -05:00
github-actions[bot]
cc1af72ece
Merge master into staging-next 2023-07-08 06:01:19 +00:00
Pol Dellaiera
06b79b17e4 php83: 8.3.0alpha2 -> 8.3.0alpha3 2023-07-07 17:23:45 +02:00
Pol Dellaiera
68f2af6377 php82: 8.2.7 -> 8.2.8 2023-07-07 15:41:28 +02:00
Pol Dellaiera
0daefea0a2 php81: 8.1.20 -> 8.1.21 2023-07-07 15:40:39 +02:00
Mario Rodas
b5c2106fc2 luau: 0.572 -> 0.583
Diff: https://github.com/Roblox/luau/compare/0.572...0.583

Changelog: https://github.com/Roblox/luau/releases/tag/0.583
2023-07-06 16:20:00 -05:00
Christian Kögler
c7387bbc8a
perl.mini: fix modules for compatibility with miniperl
Added compatibility for

- CPAN::Meta
- JSON::PP
- Data::Dumper
2023-07-06 14:14:31 +02:00
Stig Palmquist
f41621432f
perl: 5.36.0 -> 5.38.0
- perl538: init at 5.38.0
- perl536: 5.36.0 -> 5.36.1
- perl-cross: c8760457 -> 1.5
- perl: perl536 -> perl538
- perlPackages: perl536Packages -> perl538Packages
- perldevel: 5.37.0 -> 5.38.0
- perl534: remove

- patch: Add conditional no-sys-dirs patch for 5.38.0
- patch: Only apply HTTP-Tiny patch for 5.36.1, as it is fixed in 5.38.0
- patch: Set `USE_ZLIB_NG=False` for Compress::Raw::Zlib
2023-07-06 14:14:30 +02:00
Vladimír Čunát
d507f1d4a6
Merge branch 'master' into staging 2023-07-05 23:06:05 +02:00
Christina Sørensen
75c672ac23 kamilalisp: 0.2 -> 0.2p
bug fix release

Changelog: https://github.com/kspalaiologos/kamilalisp/releases/tag/v0.2p
2023-07-05 15:29:27 -03:00
Jan Tojnar
2819e547d3 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/development/libraries/nss/generic.nix

- bb53634671 removed the conditionals since firefox-esr-91 and nss <3.69 has been dropped a while ago.
- cb3762857d updated the conditionals to always partition the tests based on the nss_latest version. Chosen that since it will remain future proof.
2023-07-05 02:22:26 +02:00
Vladimír Čunát
78419edadf
Merge #241499: spidermonkey_102: 102.12.0 -> 102.13.0 2023-07-04 21:49:49 +02:00
figsoda
d5390aa448
Merge pull request #241505 from ShamrockLee/typo-mmm
treewide: fix typos (mmm -> mm)
2023-07-04 12:02:12 -04:00
figsoda
9501d23683
Merge pull request #241171 from figsoda/wazero 2023-07-04 11:39:42 -04:00
Yueh-Shun Li
85a56839aa perl: meta.description: fix typo 2023-07-04 22:45:51 +08:00
Martin Weinelt
31bbf919d3
spidermonkey_102: 102.12.0 -> 102.13.0
https://www.mozilla.org/en-US/security/advisories/mfsa2023-23/

Fixes: CVE-2023-37202
2023-07-04 16:28:47 +02:00
github-actions[bot]
97808bf5fe
Merge staging-next into staging 2023-07-04 00:03:11 +00:00
Maximilian Bosch
5904ce8eb1
evcxr: 0.14.2 -> 0.15.0 (#241253)
ChangeLog: https://github.com/evcxr/evcxr/releases/tag/v0.15.0
2023-07-03 22:19:04 +02:00
github-actions[bot]
0f844d9b01
Merge staging-next into staging 2023-07-03 18:01:46 +00:00
Weijia Wang
46585b9daa
Merge pull request #241168 from meppu/elixir-1.15
elixir_1_15: 1.15.1 -> 1.15.2
2023-07-03 17:32:52 +03:00
github-actions[bot]
afae8eadb8
Merge staging-next into staging 2023-07-03 12:01:45 +00:00
Thiago Kenji Okada
552ed9776f
Merge pull request #241119 from jlesquembre/bb-wrapper
babashka: Add wrapper
2023-07-03 11:25:50 +01:00
José Luis Lafuente
4a22edafaa
babashka: Add wrapper
To resolve dependecies in `bb.edn` files, Babashka depends on some
Clojure files and Java, see:
https://github.com/borkdude/deps.clj/tree/master#deps_clj_tools_dir

The wrapper also adds rlwrap, as recommended in the Babashka
documentation:
https://book.babashka.org/#_repl

I'm also formatting the file with nixpkgs-fmt
2023-07-03 11:11:17 +02:00
github-actions[bot]
9fc1b7bdc9
Merge staging-next into staging 2023-07-03 00:03:26 +00:00
Janik
7939b3db22
Merge pull request #196802 from jneem/manylinux 2023-07-02 23:23:55 +02:00
figsoda
bce4ab5812 wazero: init at 1.2.1
https://github.com/tetratelabs/wazero
2023-07-02 16:41:55 -04:00
meppu
6cdb081191
elixir_1_15: 1.15.1 -> 1.15.2 2023-07-02 23:12:13 +03:00
Joe Neeman
38d66c2984 pythonManylinuxPackages: add libz and expat
These libs aren't mentioned in PEP 513, but auditwheel allows them
(https://github.com/pypa/auditwheel/issues/152) and so built wheels
may depend on them.
2023-07-02 22:52:11 +07:00
uri
f829b24045 stdenv: fix stagesNative 2023-07-02 19:07:23 +10:00
Vincenzo Mantova
3ea8390db3 perl: use makeBinaryWrapper for perl.withPackages 2023-07-02 01:30:01 +01:00
github-actions[bot]
f5a8109c46
Merge staging-next into staging 2023-07-02 00:03:47 +00:00
Mario Rodas
da6c993ffc
Merge pull request #240589 from marsam/update-bundler
bundler: 2.4.14 -> 2.4.15
2023-07-01 00:46:34 -05:00
meppu
59a54a4fa6
elixir_1_15: 1.15.0 -> 1.15.1 2023-06-30 20:01:45 +03:00
R. Ryantm
eb9322a008 erlang_odbc: 25.3.2.2 -> 25.3.2.3 2023-06-30 21:21:49 +08:00
Karel Kočí
9d663f7fcd
setuptools-rust: fix cross compilation
The setuptools-rust requires some environment variables to really
perform cross build, otherwise it just builds for build platform.

This adds setup hook that introduces these environment variables.

There are three variables.
The PYO3_CROSS_LIB_DIR has to point to the target's Python library
directory. This has to be directory for the target not for the build or
host. We have to choose the correct target Python. I am unsure how to do
that simply in nixpkgs and this this implementations just delays this
and waits for the correct Python when package using this hook is build.
The CARGO_BUILD_TARGET triggers cross compilation in setuptools-rust.
This is simply the Rust target specification.
The CARGO_TARGET_*_LINKER variable should not be essentially required
but setuptools-rust probably mangles the Rust build environment somewhat
and that results to the missing linker. By explicitly specifying it
using the environment variable we force the correct linker.
2023-06-30 14:52:25 +02:00
Weijia Wang
3a64a44724
Merge pull request #240711 from meppu/erlang_26
erlang_26: 26.0.1 -> 26.0.2
2023-06-30 15:45:10 +03:00
meppu
dc4d580db2
erlang_26: 26.0.1 -> 26.0.2 2023-06-30 14:41:57 +03:00
R. Ryantm
503e9f3d97 erlang_24: 24.3.4.12 -> 24.3.4.13 2023-06-30 09:53:46 +00:00
Sandro
e4a8ee68ed
Merge pull request #240481 from superwhiskers/update-rakudo 2023-06-29 14:41:58 +02:00
superwhiskers
e478be291c
rakudo: 2023.04 -> 2023.06 2023-06-29 01:29:44 -05:00
superwhiskers
8129dd948e
nqp: 2023.04 -> 2023.06 2023-06-29 01:29:35 -05:00
superwhiskers
9b0e5d0251
moarvm: 2023.04 -> 2023.06 2023-06-29 01:29:24 -05:00
Mario Rodas
4e00c6cee4 ruby.rubygems: 3.4.14 -> 3.4.15
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.15/CHANGELOG.md
2023-06-29 04:20:00 +00:00
Weijia Wang
6124241ef1 racket: unbreak on darwin 2023-06-27 13:22:05 +03:00
Vladimír Čunát
90de72aacb
Merge #239304: staging-next 2023-06-23 2023-06-26 21:14:42 +02:00
Pol Dellaiera
5f85fe1e8a
php83: init at 8.3.0alpha2 (#239151)
* php83: init at 8.3.0alpha2

* phpExtensions.blackfire: disable for php 8.3

* phpExtensions.apcu: patch for 8.3 only
2023-06-26 20:51:23 +02:00
github-actions[bot]
ffc0f1526c
Merge master into staging-next 2023-06-26 06:01:14 +00:00
R. Ryantm
12bd7ee3e0 erlang_26: 26.0 -> 26.0.1 2023-06-26 12:40:00 +08:00
github-actions[bot]
2c439c14b6
Merge master into staging-next 2023-06-25 18:01:21 +00:00
Felix Buehler
6672dde558 treewide: use optionalAttrs instead of 'else {}' 2023-06-25 11:01:34 -03:00
github-actions[bot]
aa5d107299
Merge master into staging-next 2023-06-25 12:01:14 +00:00
Nick Cao
307e5e304c
Merge pull request #236452 from NickCao/wasmer
wasmer: 3.1.1 -> 4.0.0
2023-06-25 14:30:16 +08:00
Felix Buehler
f3719756b5 treewide: use optionalString instead of 'then ""' 2023-06-24 20:19:19 +02:00
github-actions[bot]
b633dddac4
Merge master into staging-next 2023-06-24 18:01:04 +00:00
R. Ryantm
a39736aa4c wasmtime: 9.0.4 -> 10.0.1 2023-06-24 05:52:46 +00:00
R. Ryantm
7127bb909f janet: 1.28.0 -> 1.29.1 2023-06-23 05:57:59 +00:00
github-actions[bot]
15a20aee5e
Merge staging-next into staging 2023-06-22 18:01:45 +00:00
Weijia Wang
f18eea4fb3
Merge pull request #239173 from wegank/tkinter-darwin-fix 2023-06-22 18:53:41 +03:00
figsoda
471f64137b
Merge pull request #238864 from figsoda/rlci 2023-06-22 11:37:49 -04:00
Nick Cao
275360d327
wasmer: 3.1.1 -> 4.0.0 2023-06-22 22:57:44 +08:00
Weijia Wang
82e6dcefb9 python311Packages.tkinter: fix runtime error on darwin 2023-06-22 17:52:12 +03:00
github-actions[bot]
fc5ef80184
Merge staging-next into staging 2023-06-22 12:02:08 +00:00
Thomas Gerbet
84c0cb1471 php: drop PHP 8.0
Closes #224505
2023-06-21 22:09:16 +02:00
figsoda
883f7ae4d6 rlci: init at 1.1.2
https://github.com/orsinium-labs/rlci
2023-06-21 10:20:57 -04:00
github-actions[bot]
c562a088e4
Merge staging-next into staging 2023-06-21 12:02:27 +00:00
Martin Weinelt
cea1c49331
python312: 3.12.0b2 -> 3.12.0b3
https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0b3
2023-06-21 02:31:58 +02:00
github-actions[bot]
535ef0a591
Merge staging-next into staging 2023-06-19 18:02:35 +00:00
Shane Sveller
bf2e7265e3 elixir: Locate generate_app.escript via defaulted argument 2023-06-19 10:53:45 -04:00
Shane Sveller
ba36bdc1ea elixir_1_15: init at 1.15.0 2023-06-19 10:53:45 -04:00
github-actions[bot]
31ad33733f
Merge staging-next into staging 2023-06-17 06:01:45 +00:00
Vladimír Čunát
41d7e84dd8
Merge branch 'master' into staging-next
Trivial conflict:
 	nixos/doc/manual/release-notes/rl-2311.section.md
2023-06-17 07:46:50 +02:00
Martin Weinelt
7533607731
Merge pull request #237787 from mweinelt/spidermonkey-102.12.0
spidermonkey_102: 102.8.0 -> 102.12.0
2023-06-17 01:34:06 +02:00
github-actions[bot]
c30d35ea7c
Merge staging-next into staging 2023-06-16 06:01:42 +00:00
github-actions[bot]
af7beed7be
Merge master into staging-next 2023-06-16 06:01:09 +00:00
Mario Rodas
954181759f
Merge pull request #237350 from marsam/update-bundler
bundler: 2.4.13 -> 2.4.14
2023-06-16 00:38:33 -05:00
Rafael Fernández López
566e9319a8
wasmtime: 9.0.3 -> 9.0.4 2023-06-15 23:22:15 +02:00
github-actions[bot]
036d56d643
Merge master into staging-next 2023-06-15 12:01:17 +00:00
R. Ryantm
a08dec0c4b babashka: 1.3.180 -> 1.3.181 2023-06-15 05:03:07 +00:00
github-actions[bot]
0f19fc4c44
Merge master into staging-next 2023-06-14 18:01:25 +00:00
Martin Weinelt
968e2acec5
spidermonkey_102: 102.8.0 -> 102.12.0 2023-06-14 18:20:03 +02:00
Christina Sørensen
447099ec5d kamilalisp: init at 0.2
A functional, flexible and concise Lisp inspired by Haskell and APL,
among others. A ground-up rewrite.

Release notes:
https://github.com/kspalaiologos/kamilalisp/releases/tag/v0.2o
2023-06-14 12:20:38 +00:00
github-actions[bot]
299918b25d
Merge master into staging-next 2023-06-13 06:01:14 +00:00
Pol Dellaiera
202850e1a1
Merge pull request #237187 from marsam/update-jruby
jruby: 9.3.9.0 -> 9.4.3.0
2023-06-13 05:53:18 +02:00
github-actions[bot]
a69b4c6b89
Merge master into staging-next 2023-06-12 18:01:15 +00:00
Rafael Fernández López
fbb732aebc wamr: use finalAttrs pattern 2023-06-12 19:33:28 +02:00
Mario Rodas
75c15fb009 ruby: rubygems 3.4.13 -> 3.4.14
Changelog: https://github.com/rubygems/rubygems/releases/tag/v3.4.14
2023-06-12 08:17:59 -05:00
github-actions[bot]
112762351d
Merge master into staging-next 2023-06-12 00:02:19 +00:00
Mario Rodas
671243193c jruby: Use finalAttrs pattern 2023-06-11 04:20:00 +00:00
Mario Rodas
06611403c5 jruby: 9.3.9.0 -> 9.4.3.0
JRuby 9.4.x targets Ruby 3.1 compatibility.

https://github.com/jruby/jruby/releases/tag/9.4.3.0
2023-06-11 04:20:00 +00:00
figsoda
d838c0cc9a starlark-rust: init at 0.9.0
https://github.com/facebookexperimental/starlark-rust
2023-06-10 11:41:59 -04:00
github-actions[bot]
bdbbdfe1fa
Merge staging-next into staging 2023-06-10 12:02:07 +00:00
Rafael Fernández López
7b859bd964 wavm: use finalAttrs pattern 2023-06-10 11:47:24 +02:00
github-actions[bot]
f85baf313e
Merge staging-next into staging 2023-06-10 00:03:09 +00:00
R. Ryantm
ca70f524da erlang_odbc: 25.3.2.1 -> 25.3.2.2 2023-06-09 17:21:08 -04:00
github-actions[bot]
622850f61f
Merge staging-next into staging 2023-06-09 18:01:50 +00:00
Martin Weinelt
1fa02b8ec3
Merge pull request #236435 from mweinelt/cpython-3-12.0b2-3.9.17-3.8.17
python312: 3.12.0b1 -> 3.12.0b2; python39: 3.9.16 -> 3.9.17; python38: 3.8.16 -> 3.8.17
2023-06-09 18:54:23 +02:00
github-actions[bot]
67ddd1eb40
Merge staging-next into staging 2023-06-09 12:02:17 +00:00
Martin Weinelt
86daf82499
Merge pull request #236448 from mweinelt/cpython-3.10.12-3.11.4
python310: 3.10.11 -> 3.10.12; python311: 3.11.3 -> 3.11.4
2023-06-08 14:54:35 +02:00
Pol Dellaiera
b422ca288c
php82: 8.2.6 -> 8.2.7 2023-06-08 12:08:10 +02:00
Pol Dellaiera
678084e0fa
php81: 8.1.19 -> 8.1.20 2023-06-08 12:08:10 +02:00
Pol Dellaiera
e6a26b900c
php80: 8.0.28 -> 8.0.29 2023-06-08 12:08:09 +02:00
Martin Weinelt
342ba7d647
python311: 3.11.3 -> 3.11.4
https://docs.python.org/release/3.11.4/whatsnew/changelog.html

Fixes: CVE-2023-24329
2023-06-07 14:41:15 +02:00
Martin Weinelt
f80d434d94
python310: 3.10.11 -> 3.10.12
https://docs.python.org/release/3.10.12/whatsnew/changelog.html

Fixes: CVE-2023-24329
2023-06-07 14:41:14 +02:00
Martin Weinelt
513023c117
python38: 3.8.16 -> 3.8.17
https://docs.python.org/release/3.8.17/whatsnew/changelog.html

Fixes: CVE-2023-24329
2023-06-07 13:06:32 +02:00
Martin Weinelt
1eecd85622
python39: 3.9.16 -> 3.9.17
https://docs.python.org/release/3.9.17/whatsnew/changelog.html

Fixes: CVE-2023-24329
2023-06-07 12:57:41 +02:00
Martin Weinelt
966069ed81
python312: 3.12.0b1 -> 3.12.0b2
https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0b2
2023-06-07 12:54:38 +02:00
figsoda
d88d36cfbb evcxr: fix build with rust 1.70 2023-06-05 15:47:35 -04:00
Domen Kožar
9f3e0de184 cypthon: moduralize so it can be called with other versions 2023-06-05 17:32:40 +02:00
Domen Kožar
b4222d6661 python: add conditionals to be able to compile with 3.6 or older 2023-06-05 17:32:40 +02:00
github-actions[bot]
de4f02a6c8
Merge master into staging-next 2023-06-05 12:01:12 +00:00
R. Ryantm
39e30fa40e wasmtime: 9.0.2 -> 9.0.3 2023-06-05 04:33:43 +00:00
github-actions[bot]
d84131e3d6
Merge master into staging-next 2023-06-04 12:01:07 +00:00
7c6f434c
db1629bce1
Merge pull request #235751 from r-ryantm/auto-update/angelscript
angelscript: 2.36.0 -> 2.36.1
2023-06-04 08:07:37 +00:00
github-actions[bot]
d8ea5b9435
Merge master into staging-next 2023-06-03 18:01:49 +00:00
Dmitry Bogatov
2f181d6f06 python3.doc: build offline documentation
Since python documentation requires Sphinx to build, documentation is built in
separate derivation to avoid hard recursion/bootstrapping questions and plugged
into main derivation. Care is taken that "python3.doc" derivation feels and
looks as close as possible to as if it were main derivation were multi-output
one.

This change does not cause rebuild of python3 itself.
2023-06-03 16:43:46 +02:00
R. Ryantm
c3ce591722 angelscript: 2.36.0 -> 2.36.1 2023-06-03 12:01:50 +00:00
github-actions[bot]
6084eca7dc
Merge master into staging-next 2023-06-02 18:01:04 +00:00
Pol Dellaiera
8a8d80f144
Merge pull request #234774 from jlesquembre/update-clj
clojure: Pass function to mkDerivation, remove rec
2023-06-02 16:48:54 +02:00
José Luis Lafuente
b3a0132970
clojure: 1.11.1.1273 -> 1.11.1.1347 2023-06-02 13:44:05 +02:00
github-actions[bot]
8985306cfd
Merge staging-next into staging 2023-06-01 18:01:45 +00:00
Weijia Wang
076e3d55c0
Merge pull request #234043 from figsoda/pypi
python3.pkgs.fetchPypi: deprecate in favor of top-level fetchPypi
2023-06-01 19:56:32 +02:00
Pol Dellaiera
89ccd18a0d
Merge pull request #234431 from lstrojny/dev/php-binary-wrapper
Use binary wrapper instead of shell wrapper for PHP
2023-06-01 17:01:51 +02:00
github-actions[bot]
e8e956566c
Merge staging-next into staging 2023-06-01 12:02:11 +00:00
Lars Strojny
095dfa20dc
php: use binary wrappers
Instead of shell wrappers, use binary wrappers which are preferred (see
https://nixos.org/manual/nixpkgs/unstable/#:~:text=Using%20the-,makeBinaryWrapper,implementation%20is%20usually%20preferred,-%2C%20as%20it%20creates)
2023-06-01 13:53:20 +02:00
R. Ryantm
d901e95e49 babashka: 1.3.179 -> 1.3.180 2023-06-01 02:25:50 +00:00
github-actions[bot]
e436cc21a6
Merge staging-next into staging 2023-05-31 18:01:35 +00:00
R. Ryantm
397e6fea7c erlang_24: 24.3.4.11 -> 24.3.4.12 2023-05-31 13:54:17 -04:00
figsoda
ffbf6f27c9 python3.pkgs.fetchPypi: deprecate in favor of top-level fetchPypi 2023-05-31 13:48:06 -04:00
github-actions[bot]
e17f40df53
Merge staging-next into staging 2023-05-31 06:01:58 +00:00
Mario Rodas
f8c6fd0a75
Merge pull request #235093 from fetsorn/fetsorn/ruby-typo
ruby: fix typo
2023-05-31 00:13:21 -05:00
R. Ryantm
6f49d89510 erlang_odbc_javac: 25.3.2 -> 25.3.2.1 2023-05-30 21:00:56 -04:00
fetsorn
025b14d24e ruby: fix typo 2023-05-31 04:13:29 +04:00
github-actions[bot]
36927e8629
Merge staging-next into staging 2023-05-30 06:01:32 +00:00
Bas van Dijk
ad3402c664 wasmtime: fix lib on darwin
Before:

```
otool -D result-dev/lib/libwasmtime.dylib
result-dev/lib/libwasmtime.dylib:
/private/tmp/nix-build-wasmtime-9.0.2.drv-0/source/target/aarch64-apple-darwin/release/deps/libwasmtime.dylib
```

After:

```
otool -D result-dev/lib/libwasmtime.dylib
result-dev/lib/libwasmtime.dylib:
/nix/store/bz6l7dr60izrq6vga83df9y2p1mgh5hw-wasmtime-9.0.2-dev/lib/libwasmtime.dylib
```
2023-05-29 22:30:29 +02:00
José Luis Lafuente
83d32ac213
clojure: Pass function to mkDerivation, remove rec
See
https://nixos.org/manual/nixpkgs/stable/#mkderivation-recursive-attributes
2023-05-29 14:23:16 +02:00
github-actions[bot]
572e24048b
Merge staging-next into staging 2023-05-28 12:01:53 +00:00
Daniel Nagy
db508e06a1
treewide: add meta.mainProgram and changelog urls (#204317) 2023-05-28 01:31:27 -05:00
github-actions[bot]
003f914d04
Merge staging-next into staging 2023-05-28 00:03:10 +00:00
Rafael Fernández López
8f73830dbe
wasmtime: 9.0.1 -> 9.0.2 2023-05-27 22:45:30 +02:00
Weijia Wang
c5f569a09a lua5_4: 5.4.4 -> 5.4.6 2023-05-26 09:19:41 +03:00
Nick Cao
e17519f559
Merge pull request #233666 from ereslibre/wasmtime-9.0.1
wasmtime: 9.0.0 -> 9.0.1
2023-05-24 20:54:47 -06:00
Weijia Wang
7ef1ddae9e
Merge pull request #233854 from chkno/hook-spelling
Fix phase name typos in 5 packages' runHook invocations
2023-05-24 23:40:57 +03:00
Scott Worley
b65ffd505d wasm3: Spell "preInstall" correctly 2023-05-24 09:19:31 -07:00
Weijia Wang
b730b4d801
Merge pull request #233440 from adamcstephens/elixir/1.14.5
elixir_1_14: 1.14.4 -> 1.14.5
2023-05-24 17:48:20 +03:00
Martin Weinelt
7ca8f5d19c
Merge pull request #233683 from mweinelt/python-3.12.0-b1
python312: 3.12.0a7 -> 3.12.0b1
2023-05-24 13:15:39 +02:00
Weijia Wang
8ac874c49b
Merge pull request #230558 from r-ryantm/auto-update/rascal
rascal: 0.6.2 -> 0.28.2
2023-05-24 02:37:38 +03:00
Martin Weinelt
3f736faef0
python312: 3.12.0a7 -> 3.12.0b1
https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0b1
2023-05-23 23:38:45 +02:00
Rafael Fernández López
4907906a88 wasmtime: 9.0.0 -> 9.0.1 2023-05-23 21:42:42 +02:00
Adam Stephens
9c9d0a0a4c
elixir_1_14: 1.14.4 -> 1.14.5 2023-05-23 07:59:16 -04:00
Weijia Wang
60eb1bd32e
Merge pull request #233443 from LeSuisse/wasmtime-9.0.0
wasmtime: 8.0.1 -> 9.0.0
2023-05-23 01:24:11 +03:00
Weijia Wang
145f4b8ae6
Merge pull request #233025 from r-ryantm/auto-update/janet
janet: 1.27.0 -> 1.28.0
2023-05-23 00:13:57 +03:00
Thomas Gerbet
4a01ba47ee wasmtime: 8.0.1 -> 9.0.0
https://github.com/bytecodealliance/wasmtime/blob/v9.0.0/RELEASES.md
2023-05-22 21:57:35 +02:00
Rafael Fernández López
0a3aeb76b9 wamr: init at 1.2.2 2023-05-22 19:47:14 +00:00
7c6f434c
101a3913d5
Merge pull request #232364 from ShadowRZ/shadowrz/renpy-8.1.0
renpy: 8.0.1 -> 8.1.0
2023-05-22 17:08:21 +00:00
Antti Keränen
fef3d83a2b cbqn: 0.2.0 -> 0.3.0 2023-05-21 10:35:57 -03:00
Antti Keränen
83174fd5d4 singeli: unstable-2023-04-12 -> unstable-2023-04-27 2023-05-21 10:35:57 -03:00
Antti Keränen
38d1a10e87 cbqn-bytecode: unstable-2023-04-19 -> unstable-2023-05-17 2023-05-21 10:35:57 -03:00
Antti Keränen
47f1060a51 mbqn: 0.pre+date=2023-05-09 -> unstable-2023-05-17 2023-05-21 10:35:57 -03:00
Antti Keränen
a81af31b38 cbqn: run test suite in installCheckPhase 2023-05-21 10:35:57 -03:00
R. Ryantm
1da4ea5ac2 janet: 1.27.0 -> 1.28.0 2023-05-20 13:38:09 +00:00
Shane Sveller
7a7b0862db erlang_26: init
https://www.erlang.org/blog/otp-26-highlights/
https://www.erlang.org/patches/otp-26.0
https://www.erlang.org/doc/apps/erts/notes.html#erts-14.0
2023-05-19 14:13:37 -04:00
Rafael Fernández López
76836deefd wasmtime: run tests depending on the platform features
Run tests depending on the platform features reported by stdenv.
2023-05-19 13:53:42 +00:00
Ryan Lahfa
54ec401550
Merge pull request #230382 from ereslibre/add-wavm
wavm: init at 2022-05-14
2023-05-19 13:40:35 +02:00
github-actions[bot]
769012e147
Merge master into staging-next 2023-05-19 00:02:15 +00:00
Felix Schröter
f6e33f6aa3 nickel: 0.3.1 -> 1.0.0 2023-05-18 20:30:27 -03:00
Felix Schröter
58cbf088e4 nickel: add passthru.updateScript 2023-05-18 20:30:27 -03:00
Felix Schröter
b2bcabde73 nickel: add felschr as maintainer 2023-05-18 20:30:27 -03:00
github-actions[bot]
368809e03a
Merge master into staging-next 2023-05-18 18:01:10 +00:00
Martin Weinelt
4c5f59b598
Merge pull request #230868 from mweinelt/ruby_2_7-eol
ruby_2_7: mark end-of-life
2023-05-18 16:27:25 +02:00
Martin Weinelt
ddd98043bb
ruby_2_7: mark end-of-life
The 2.7 track reached its end of life on 2023/03/31.
2023-05-18 01:16:52 +02:00
Frederik Rietdijk
f04278458b Revert "python.pipInstallHook: avoid producing wrong direct_url.json file"
Certain packages were failing since this was merged.
https://github.com/NixOS/nixpkgs/pull/229472#issuecomment-1544410416

This reverts commit bff6c67911.
2023-05-17 12:19:52 +02:00
夜坂雅
815c64807b
renpy: 8.0.1 -> 8.1.0 2023-05-17 14:53:05 +08:00
github-actions[bot]
e0d185ce49
Merge staging-next into staging 2023-05-16 06:01:40 +00:00
Vincenzo Mantova
830a98d346
Revert "clisp: remove broken status on Darwin" 2023-05-16 00:14:29 +01:00
Martin Weinelt
54fba9982e
Merge pull request #231899 from NixOS/please-no-openssl1-for-ruby-3
ruby_3_0: make it use OpenSSL 3
2023-05-15 20:26:28 +02:00
Raito Bezarius
73df46ee77 ruby_3_0: make it use OpenSSL 3
Ruby 3.0 pretend they don't support OpenSSL3 out of the box (https://bugs.ruby-lang.org/issues/18658).
Actually, they suggest to install a OpenSSL 3.x gem. This is what we are doing.

Our Ruby 3.0 will probably exhibit slight incompatibilities, in exchange, we get nice security.
2023-05-15 14:36:02 +02:00
github-actions[bot]
a14ecf777d
Merge staging-next into staging 2023-05-15 12:01:56 +00:00
Vincenzo Mantova
207731e3e3 clisp: enable ffcall on Darwin 2023-05-14 19:58:38 +01:00
Vincenzo Mantova
9d4e72cd73 clisp-tip: mark Darwin as broken instead of restricting platforms 2023-05-14 19:20:22 +01:00
Vincenzo Mantova
afd2bbf22c clisp: remove broken status on Darwin 2023-05-14 19:01:10 +01:00
Mario Rodas
b6b5f5c61b
Merge pull request #231737 from marsam/update-bundler
bundler: 2.4.12 -> 2.4.13
2023-05-13 20:50:07 -05:00