Commit Graph

7901 Commits

Author SHA1 Message Date
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
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
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
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
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
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