Commit Graph

8518 Commits

Author SHA1 Message Date
Stig Palmquist
8aac6da1c3
perl538: 5.38.0 -> 5.38.2 2023-11-30 02:35:36 +01:00
Stig Palmquist
a18b35ae5b
perl536: 5.36.1 -> 5.36.3 2023-11-30 02:35:32 +01:00
Silvan Mosberger
a877470da8
Merge pull request #269897 from mfrischknecht/skip-sqlite-test-on-i686-linux
Skip `sqlite3_bind_bug68849.phpt` php unit test on i686 linux
2023-11-25 18:40:09 +01:00
Manuel Frischknecht
fb1cc4af9c Skip sqlite3_bind_bug68849.phpt php unit test on i686 linux
PHP unit tests are broken with SQLite >= 3.43 [1].
If I understand the discussion in the SQLite forums [2]
on the issue correctly, the trigger for this should not
be a problem with SQLite itself but the test itself
(and thus using a current SQLite version shouldn't
generally be a problem for actual PHP code).

[1]: https://github.com/php/php-src/issues/12076
[2]: https://www.sqlite.org/forum/forumpost/abbb95376ec6cd5f
2023-11-25 13:57:15 +01:00
Alexandre Macabies
fc235bb0fc python/hooks: use python.pythonVersion to support PyPy
f292ef4 introduced a check for the Python version but uses `.version`,
which isn't friendly to other Pythons like PyPy which use versions
strings like 7.3, failing the >=3.10 check.

Using `.pythonVersion` fixes this check.

Co-authored-by: Pierre Bourdon <delroth@gmail.com>
2023-11-25 13:38:39 +01:00
OTABI Tomoya
c80b0906d5
Merge pull request #269436 from mweinelt/python313-a2
python313: 3.13.0a1 -> 3.13.0a2
2023-11-24 14:52:39 +09:00
Mario Rodas
0ba0e97418
Merge pull request #269490 from r-ryantm/auto-update/zuo
zuo: unstable-2023-11-10 -> unstable-2023-11-23
2023-11-23 21:16:04 -05:00
Matthieu Coudron
e03c9c3f1b
buildLuarocksPackage: save luarocks config as derivation (#269402)
* buildLuarocksPackage: save luarocks config as derivation

while debugging luarocks packages, it's exhausting to have to build
them, look at what random folder they've been built to finally look for
their config.


With this you can run
    nix build lua51Packages.plenary-nvim.configFile -f . 

and infer what luarocks will do.

* Update pkgs/development/interpreters/lua-5/build-luarocks-package.nix

Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>

---------

Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>
2023-11-24 00:08:45 +01:00
R. Ryantm
e33a645587 zuo: unstable-2023-11-10 -> unstable-2023-11-23 2023-11-23 19:56:07 +00:00
Pol Dellaiera
4e71e160fb
Merge pull request #269393 from drupol/php-8-3-0
php: November bumps: (8.1.26, 8.2.13, 8.3.0)
2023-11-23 20:28:12 +01:00
Martin Weinelt
0818809eae
python313: 3.13.0a1 -> 3.13.0a2
https://www.python.org/downloads/release/python-3130a2/
2023-11-23 13:27:19 +01:00
Matthieu Coudron
79245fc3e7
lua: use finalAttrs for interpreters (#264381) 2023-11-23 10:19:14 +01:00
Pol Dellaiera
169a309144
php83: 8.3.0RC6 -> 8.3.0 2023-11-23 08:39:26 +01:00
Pol Dellaiera
4b8b0fb9e6
php82: 8.2.12 -> 8.2.13 2023-11-23 08:39:11 +01:00
Pol Dellaiera
ca7ec92f3d
php81: 8.1.25 -> 8.1.26 2023-11-23 08:37:07 +01:00
Gaetan Lepage
f99f9ced56 rustpython: 0.2.0 -> 0.3.0 2023-11-22 17:08:07 +01:00
Rafael Fernández López
db3c02e075 wasmtime: 14.0.4 -> 15.0.0 2023-11-21 11:56:58 +01:00
Weijia Wang
dfa92919f0
Merge pull request #268657 from wegank/racket-darwin
racket: fix build on darwin
2023-11-20 16:51:08 +01:00
Weijia Wang
cdff1a05ee racket: fix build on darwin 2023-11-20 08:39:58 +01:00
Martin Weinelt
2203d3bf20
Merge pull request #267669 from mweinelt/catch-python2-conflicts
python/hooks: restore catchConflictHook for python<3.10
2023-11-19 00:04:05 +01:00
Stig
b6805176f0
Merge pull request #267883 from r-ryantm/auto-update/zef
zef: 0.20.0 -> 0.21.0
2023-11-18 23:31:22 +01:00
Mario Rodas
965f3a22ad
Merge pull request #268011 from figsoda/cel
cel-go: 0.18.1 -> 0.18.2
2023-11-18 16:19:26 -05:00
Mario Rodas
bc3e1d1788
Merge pull request #268007 from figsoda/expr
expr: 1.15.3 -> 1.15.4
2023-11-18 16:17:00 -05:00
Martin Weinelt
d9327a53de Revert "python2/mk-python-derivation: disable catchConflictsHook"
This reverts commit 397a8fd06b.

The hook now uses the old implementation based on the deprecated
pkg_resources library provided by setuptools again.
2023-11-18 12:58:15 +01:00
Martin Weinelt
f292ef4958
python/hooks: restore catchConflictHook for python<3.10
By restoring and diverting to the old version.

Previously the newer language features and use of more modern stdlib
imports broke the hook on Python<3.10.
2023-11-18 12:57:18 +01:00
Ryan Lahfa
5dcbaf3cc3
Merge pull request #264361 from RaitoBezarius/drop-ruby3 2023-11-17 18:43:35 +01:00
Ryan Lahfa
80063d0194
Merge pull request #268027 from K900/py2-hack 2023-11-17 17:18:55 +01:00
Raito Bezarius
529892d918 ruby_3_0: drop
Ruby EOL is 31 March 2024, that is, during NixOS 23.11.
We drop it early now to avoid any problem during the release time.
2023-11-17 16:03:00 +01:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
K900
397a8fd06b python2/mk-python-derivation: disable catchConflictsHook
It's broken on Py2. Hopefully people still using 2 know what they're doing?
2023-11-17 07:48:13 +03:00
figsoda
a2d464f9d4 cel-go: 0.18.1 -> 0.18.2
Diff: https://github.com/google/cel-go/compare/v0.18.1...v0.18.2

Changelog: https://github.com/google/cel-go/releases/tag/v0.18.2
2023-11-16 22:31:35 -05:00
figsoda
5b5d69b659 expr: 1.15.3 -> 1.15.4
Diff: https://github.com/antonmedv/expr/compare/v1.15.3...v1.15.4

Changelog: https://github.com/antonmedv/expr/releases/tag/v1.15.4
2023-11-16 22:12:38 -05:00
github-actions[bot]
dba5c9ef4e
Merge master into staging-next 2023-11-16 18:01:17 +00:00
Thiago Kenji Okada
d0e729bc26
Merge pull request #267861 from thiagokokada/graalvm-fixes
buildGraalvmNativeImage: fix Unicode issue by setting encoding explicitly
2023-11-16 13:48:13 +00:00
R. Ryantm
7fa79d1d24 zef: 0.20.0 -> 0.21.0 2023-11-16 12:43:05 +00:00
Thiago Kenji Okada
acd0e25562 babashka: add installCheckPhase to check for proper Unicode support 2023-11-16 10:14:38 +00:00
Vladimír Čunát
0fe5300699
Merge branch 'master' into staging-next 2023-11-16 09:49:24 +01:00
Mario Rodas
aba830385b
Merge pull request #267782 from kirillrdy/ruby_3_3
ruby_3_3: preview2 -> preview3
2023-11-15 23:55:49 -05:00
Kirill Radzikhovskyy
8f5b0899c5 ruby_3_3: preview2 -> preview3 2023-11-16 13:39:21 +11:00
Martin Weinelt
3c336a1647
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/gdcm/default.nix
2023-11-14 13:16:34 +01:00
Pol Dellaiera
599fefe03a
Merge pull request #267305 from drupol/php/bumps-php83rc6
php83: 8.3.0RC5 -> 8.3.0RC6
2023-11-14 08:16:17 +01:00
github-actions[bot]
6a7c026ba7
Merge master into staging-next 2023-11-14 06:01:03 +00:00
Silvan Mosberger
7eddbf5690
Merge pull request #265710 from ShamrockLee/lib-copy-function-args
lib.mirrorFunctionArgs: init
2023-11-14 05:33:40 +01:00
Mario Rodas
d5c364011f zuo: unstable-2023-10-17 -> unstable-2023-11-10
Diff: 493e9cd081...9e2aa26b05
2023-11-14 04:20:00 +00:00
Pol Dellaiera
e455148e44
php83: 8.3.0RC5 -> 8.3.0RC6 2023-11-13 22:26:55 +01:00
github-actions[bot]
9776723357
Merge master into staging-next 2023-11-11 18:00:58 +00:00
Mario Rodas
911ad1e67f
Merge pull request #266767 from marsam/update-luau
luau: 0.601 -> 0.603
2023-11-11 12:51:48 -05:00
Lily Foster
1234b66590
Merge pull request #266546 from zeuner/supercollider-shell
supercollider: use bash from nixpkgs for popen
2023-11-11 12:48:02 -05:00
Isidor Zeuner
6d9c572be2 supercollider: use bash from nixpkgs for popen 2023-11-11 16:45:04 +01:00
Anthony Roussel
e30f48be94
treewide: fix redirected and broken URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11 10:49:01 +01:00