Commit Graph

8212 Commits

Author SHA1 Message Date
Weijia Wang
87983191a2
Merge pull request #248922 from cafkafk/cafk-kamilalisp-v0.3.0.1
kamilalisp: 0.2p -> 0.3.0.1
2023-08-13 17:35:00 +02:00
Christina Sørensen
33da3909e7
kamilalisp: 0.2p -> 0.3.0.1
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-13 16:17:18 +02:00
figsoda
9186d59d26 cel-go: init at 0.17.1
https://github.com/google/cel-go
2023-08-13 09:23:32 -04:00
夜坂雅
396095b811
renpy: 8.1.0 -> 8.1.1 2023-08-13 20:29:31 +08:00
github-actions[bot]
55fe9225c8
Merge staging-next into staging 2023-08-12 12:01:33 +00:00
github-actions[bot]
9f3079a7c3
Merge master into staging-next 2023-08-12 12:01:01 +00:00
Mario Rodas
2cd6171ba3
Merge pull request #248600 from marsam/update-luau
luau: 0.589 -> 0.590
2023-08-12 06:41:12 -05:00
github-actions[bot]
bb4eee2f74
Merge staging-next into staging 2023-08-12 06:01:19 +00:00
github-actions[bot]
e092a2a48d
Merge master into staging-next 2023-08-12 06:00:53 +00:00
Thiago Kenji Okada
5dda73a162
Merge pull request #248516 from thiagokokada/remove-version-from-python-relax-deps-hook
pythonRelaxDepsHook: remove version from pkg_name
2023-08-12 00:57:55 +00:00
OTABI Tomoya
41d65e418b
Merge pull request #248562 from figsoda/gpython
gpython: init at 0.2.0
2023-08-12 09:56:04 +09:00
github-actions[bot]
f9497b22eb
Merge master into staging-next 2023-08-12 00:01:47 +00:00
figsoda
0cc75a5ec7 cyber: init at unstable-2023-08-11
https://github.com/fubark/cyber
2023-08-11 19:26:12 -04:00
Matthias Beyer
3d1703e576
treewide: add matthiasbeyer to a bunch of packages (#248566) 2023-08-11 18:41:21 -04:00
figsoda
be02ea8a60 gpython: init at 0.2.0
https://github.com/go-python/gpython
2023-08-11 13:03:14 -04:00
figsoda
56f8886953 anko: init at 0.1.9
https://github.com/mattn/anko
2023-08-11 12:36:36 -04:00
figsoda
44759783f5 yaegi: init at 0.15.1
https://github.com/traefik/yaegi
2023-08-11 12:21:24 -04:00
Thiago Kenji Okada
98de48fc8f pythonRelaxDepsHook: remove version from pkg_name
Since the wheel file name is based on the package metadata instead of
what we set in the derivation, if you set the version as `unstable-YYYYMMDD`,
for example, the hook would silently fail. We will ignore the version
now and just use a glob instead to match anything that has the package
name in its path.

Fixes #248185.
2023-08-11 14:56:14 +01:00
github-actions[bot]
b4856800a9
Merge staging-next into staging 2023-08-11 06:01:25 +00:00
Mario Rodas
c601583152 luau: 0.589 -> 0.590
Diff: https://github.com/Roblox/luau/compare/0.589...0.590

Changelog: https://github.com/Roblox/luau/releases/tag/0.590
2023-08-11 04:20:00 +00:00
figsoda
699b9ad019 risor: 0.12.0 -> 0.13.0
Diff: https://github.com/risor-io/risor/compare/v0.12.0...v0.13.0

Changelog: https://github.com/risor-io/risor/releases/tag/v0.13.0
2023-08-10 21:31:55 -04:00
github-actions[bot]
1c6eb8b975
Merge staging-next into staging 2023-08-11 00:02:18 +00:00
Thiago Kenji Okada
f2e57f6f26
Merge pull request #248207 from jlesquembre/bb-rlwrap
babashka: make rlwrap optional in wrapper
2023-08-10 20:21:57 +00:00
José Luis Lafuente
2baf2502ea
babashka: make rlwrap optional in wrapper
Fixes #246839
2023-08-10 19:22:39 +02:00
Pol Dellaiera
1f093dfa6f
php82: 8.2.8 -> 8.2.9 2023-08-10 18:48:07 +02:00
github-actions[bot]
025b892dad
Merge staging-next into staging 2023-08-10 06:01:30 +00:00
Nick Cao
09019be5e4
Merge pull request #248142 from figsoda/wazero
wazero: 1.3.1 -> 1.4.0
2023-08-09 22:47:33 -06:00
github-actions[bot]
e896efe3b2
Merge staging-next into staging 2023-08-10 00:02:37 +00:00
Mario Rodas
0687388d9f
Merge pull request #247931 from marsam/update-luau
luau: 0.588 -> 0.589
2023-08-09 18:12:57 -05:00
figsoda
34ce871bbd wazero: 1.3.1 -> 1.4.0
Diff: https://github.com/tetratelabs/wazero/compare/v1.3.1...v1.4.0

Changelog: https://github.com/tetratelabs/wazero/releases/tag/v1.4.0
2023-08-09 09:58:01 -04:00
github-actions[bot]
80be812da1
Merge staging-next into staging 2023-08-09 06:01:27 +00:00
Ben Wolsieffer
02719f21e6
cpython: fix _PYTHON_SYSCONFIGDATA_NAME on armv7l with musl (#240770)
Python always uses "gnu" prefixed ABI names, and this patch handles this by
doing a musl->gnu string replacement.

With pkgsCross.armv7l-hf-multiplatform.pkgsStatic, the previous name was:
_sysconfigdata__linux_arm-linux-gnu
Now, the corrected name is:
_sysconfigdata__linux_arm-linux-gnueabihf
2023-08-09 07:16:58 +02:00
Nick Cao
05aa2f2780
Merge pull request #247835 from figsoda/risor
risor: 0.11.0 -> 0.12.0
2023-08-08 18:46:50 -06:00
github-actions[bot]
792f4d7934
Merge staging-next into staging 2023-08-08 18:01:27 +00:00
Sandro Jäckel
4514e57231 cpython: use correct variable to set meta.mainProgram 2023-08-08 17:25:28 +00:00
Mario Rodas
b46d4e9d45 luau: 0.588 -> 0.589
Diff: https://github.com/Roblox/luau/compare/0.588...0.589

Changelog: https://github.com/Roblox/luau/releases/tag/0.589
2023-08-08 04:20:00 +00:00
figsoda
e828eac45e risor: 0.11.0 -> 0.12.0
Diff: https://github.com/risor-io/risor/compare/v0.11.0...v0.12.0

Changelog: https://github.com/risor-io/risor/releases/tag/v0.12.0
2023-08-07 20:04:18 -04:00
github-actions[bot]
2e9323c2d4
Merge staging-next into staging 2023-08-08 00:02:19 +00:00
github-actions[bot]
4507a6bd1f
Merge master into staging-next 2023-08-08 00:01:49 +00:00
github-actions[bot]
597f030762
Merge staging-next into staging 2023-08-07 18:01:43 +00:00
github-actions[bot]
462b4c7567
Merge master into staging-next 2023-08-07 18:01:16 +00:00
figsoda
7ebeedef7b risor: 0.10.0 -> 0.11.0
Diff: https://github.com/risor-io/risor/compare/v0.10.0...v0.11.0

Changelog: https://github.com/risor-io/risor/releases/tag/v0.11.0
2023-08-07 12:54:35 -04:00
figsoda
d6286a6684 risor: init at 0.10.0
https://github.com/risor-io/risor
2023-08-06 16:57:26 -04:00
github-actions[bot]
57c45024b3
Merge master into staging-next 2023-08-06 12:01:39 +00:00
Mario Rodas
a1429b7bc2 ruby.rubygems: 3.4.17 -> 3.4.18
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.18/CHANGELOG.md
2023-08-06 04:20:00 +00:00
Gabriel Arazas
524c7521b0 guile: cleanup setup hook 2023-08-06 16:10:17 +02:00
github-actions[bot]
b536c72108
Merge staging-next into staging 2023-08-06 12:02:05 +00:00
Adam Joseph
e67ff6614b
Merge pull request #247245 from Artturin/passthrufunthng1
Revert "Revert "python3: splice python within python3Packages.callPackage""
2023-08-05 21:33:38 +00:00
Weijia Wang
2cceb70b13 guile: add effectiveVersion and site{Ccache,}Dir 2023-08-05 22:00:00 +02:00
Artturin
8eff2eea8c Revert "Revert "python3: splice python within python3Packages.callPackage""
This reverts commit 2ffca30cde.

`793cc9d982415b71cdba729cf779bfc49e9d2ae7` `python3: splice python within python3Packages.callPackage`
Was reverted because it broke
`pkgsCross.aarch64-multiplatform.python3Packages.cryptography`

But by reverting the revert `pkgsCross.aarch64-multiplatform.python3Packages.cryptography` still builds.

I tried reverting the 2 cryptography update commits, and it still
worked, so I do not know why this would work now.
2023-08-05 02:37:16 +03:00
github-actions[bot]
3af9469ebd
Merge master into staging-next 2023-08-04 18:01:05 +00:00
Pol Dellaiera
140b6662aa php83: 8.3.0beta2 -> 8.3.0beta3 2023-08-04 08:54:36 +02:00
Pol Dellaiera
0c66bba455 php81: 8.1.21 -> 8.1.22
Security release
Changelog: https://www.php.net/ChangeLog-8.php#8.1.22
2023-08-04 08:53:02 +02:00
github-actions[bot]
0542af4e29
Merge master into staging-next 2023-08-04 00:02:04 +00:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
github-actions[bot]
5827446dce
Merge master into staging-next 2023-08-03 00:01:56 +00:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
github-actions[bot]
e985f375f2
Merge master into staging-next 2023-08-02 12:01:27 +00:00
R. Ryantm
e1d395d39b erlang: 25.3.2.4 -> 25.3.2.5 2023-08-02 17:31:22 +08:00
Robert Hensing
34ee0260ec treewide: Add meta.mainProgram
Based on ofborg feedback.
Part of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-01 12:21:05 +02:00
github-actions[bot]
88c2e66d47
Merge master into staging-next 2023-07-31 00:02:09 +00:00
figsoda
aacc8f2b2d
Merge pull request #246149 from marsam/update-luau
luau: 0.584 -> 0.588
2023-07-30 15:58:17 -04:00
github-actions[bot]
4168b4005a
Merge master into staging-next 2023-07-30 18:01:01 +00:00
Kirill Radzikhovskyy
f633f5965a ruby_3_3: init at 3.3.0.preview1 2023-07-30 20:25:49 +10:00
Mario Rodas
7e7165d966 luau: 0.584 -> 0.588
Diff: https://github.com/Roblox/luau/compare/0.584...0.588

Changelog: https://github.com/Roblox/luau/releases/tag/0.588
2023-07-30 04:20:00 +00:00
Martin Weinelt
167f6dfee4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/science/astronomy/cfitsio/default.nix
2023-07-30 03:54:27 +02:00
Anderson Torres
88e78b6a97 trealla: 2.21.33 -> 2.23.35 2023-07-29 18:21:24 -03:00
Silvan Mosberger
a0b8caf3bc
Revert "lib.customisation: uncurry makeScopeWithSplicing" 2023-07-28 23:04:09 +02:00
Artturin
3716ef19d8 lib.makeScopeWithSplicing: provide default for keep,extra
These are often unneeded by the user.
2023-07-28 17:41:01 +03:00
Doron Behar
6560d0086c python3.pkgs.pypaBuildHook: init 2023-07-28 12:13:25 +02:00
Doron Behar
1298c367b1 pip-build-hook.sh: Support $pipBuildFlags 2023-07-28 12:13:25 +02:00
Adam Joseph
52d3944057
Merge pull request #212795 from Cynerd/setuptools-rust-hook
Setuptools rust hook for cross compilation
2023-07-28 06:53:09 +00:00
github-actions[bot]
e913a05c06
Merge staging-next into staging 2023-07-28 06:01:52 +00:00
Adam Joseph
cb13669b00 lib.customisation: uncurry makeScopeWithSplicing
Deeply-curried functions are pretty error-prone in untyped languages
like Nix.  This is a particularly bad case because
`top-level/splice.nix` *also* declares a makeScopeWithSplicing, but
it takes *two fewer arguments*.

Let's switch to attrset-passing form, to provide some minimal level
of sanity-checking.
2023-07-27 21:31:59 -07:00
Rafael Fernández López
47f75ef1bf
wasmtime: 11.0.0 -> 11.0.1 2023-07-27 23:07:35 +02:00
github-actions[bot]
d1b1f7fda7
Merge staging-next into staging 2023-07-27 06:01:53 +00:00
Adam Joseph
2ffca30cde
Revert "python3: splice python within python3Packages.callPackage" 2023-07-27 01:42:35 +00:00
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