Yueh-Shun Li
5e26356aa3
python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation
...
Use lib.overrideDerivation instead of <pkg>.overrideDerivation
to fix the evaluation of
python3Packages.pythonCatchConflictsHook.tests.catches-conflict-multiple-chains,
as buildPythonPackage and buildPythonApplication no longer provide
<pkg>.overrideDerivation
Clean up the leftover of commit 58bfe74123
("buildPython*:
Deprecate and remove (buildPython* { ... }).override")
(cherry picked from commit 3e8d53b9e8
)
2024-11-19 08:46:00 +00:00
Wolfgang Walther
eef615f8ad
pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh
...
Oversight in 6427d04c23
.
(cherry picked from commit e236ed1719
)
2024-11-16 03:07:44 +00:00
Wolfgang Walther
63f26920c7
pkgs/development/interpreters/octave/hooks: remove unused hook file
...
This was added as a duplicate in
481e1d3a77
but never referenced.
(cherry picked from commit c9d880432a
)
2024-11-16 03:07:44 +00:00
K900
7ebe9739ff
Merge remote-tracking branch 'origin/master' into staging-next
2024-11-09 23:12:56 +03:00
Theodore Ni
92c3f8cf92
wasmer: 5.0.0 -> 5.0.1 ( #354116 )
2024-11-09 10:46:36 -08:00
Theodore Ni
286db1ef23
wasmtime: 26.0.0 -> 26.0.1 ( #354412 )
2024-11-09 10:04:03 -08:00
Emily
ce788776a5
Merge master into staging-next
2024-11-09 12:51:01 +00:00
Emily
fa2cae8e77
treewide: migrate packages to pkgs/by-name, take 1 ( #354531 )
2024-11-09 12:40:18 +00:00
Maximilian Bosch
ff0df8fe7a
php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 ( #354562 )
...
* php84: 8.4.0RC3 -> 8.4.0RC4
* php83: 8.3.12 -> 8.3.13
ChangeLog: https://www.php.net/ChangeLog-8.php#PHP_8_3
2024-11-09 13:20:50 +01:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Rafael Fernández López
29d0271813
wasmtime: 26.0.0 -> 26.0.1
...
Diff: https://github.com/bytecodealliance/wasmtime/compare/v26.0.0...v26.0.1
2024-11-08 18:16:02 +01:00
Emily
a061b02a6f
Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin"
...
No longer necessary to mask an unwanted Python rebuild.
This reverts commit c455166b5f
.
2024-11-07 19:09:09 +00:00
Emily
c455166b5f
python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin
...
Not sure why this is necessary now, since it should already be handled
as part of the bootstrap. This might not be the right fix but it does
fix eval.
2024-11-07 17:19:15 +00:00
Nick Cao
de8c3feb7f
wasmer: 5.0.0 -> 5.0.1
...
Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v5.0.0...v5.0.1
2024-11-06 20:13:23 -05:00
Emily
8072991b1d
apple-sdk: propagate the libutil
library ( #353873 )
2024-11-07 01:05:45 +00:00
Emily
d1e7262564
pypy{27,39,310}: drop darwin.libutil
dependency
2024-11-07 00:39:35 +00:00
Emily
ec62a8ee9d
chibi: drop darwin.libutil
dependency
2024-11-06 19:04:10 +00:00
Emily
22f2052ca1
python{27,39,310,311,312,313,314}: drop Darwin libutil
patch
2024-11-06 00:53:02 +00:00
github-actions[bot]
f899bb5680
Merge staging-next into staging
2024-11-05 18:05:09 +00:00
Tim Kräuter
263dc0c329
maude: 3.3.1 -> 3.4
2024-11-05 14:14:05 +01:00
Emily
61dec155d9
python3Packages.*Hook: support __structuredAttrs = true
(the easier ones) ( #351734 )
2024-11-05 03:02:40 +00:00
Yueh-Shun Li
6597b74fea
pypaBuildHook.tests: modernize
2024-11-05 10:47:23 +08:00
Yueh-Shun Li
e32457af0c
setuptoolsRustHook: lint with ShellCheck
2024-11-05 10:47:23 +08:00
Yueh-Shun Li
65293f4247
pythonRemoveTestDirHook: lint with ShellCheck
2024-11-05 10:47:23 +08:00
Yueh-Shun Li
29c08adae1
pythonRelaxDepsHook: lint with ShellCheck
...
Ignore SC2164 at this moment, as it will be gone when adding `set -e`.
2024-11-05 10:47:22 +08:00
Yueh-Shun Li
3a79bc3aee
pythonRelaxDepsHook: handle attributes __structuredAttrs
-agnostically
...
Make the interation across pythonRelaxDeps and pythonRemoveDeps work
regardless of __structuredAttrs.
2024-11-05 10:47:22 +08:00
Yueh-Shun Li
e4f2f9dd22
pythonOutputDistHook: lint with ShellCheck
2024-11-05 10:47:22 +08:00
Yueh-Shun Li
ccb418b699
pythonNamespacesHook: lint with ShellCheck
2024-11-05 10:47:02 +08:00
Yueh-Shun Li
bab7ef307c
pythonImportsCheckHook: lint with ShellCheck
2024-11-05 10:41:17 +08:00
github-actions[bot]
e953c01873
Merge staging-next into staging
2024-11-05 00:14:28 +00:00
Nymphium
6f42eff1de
ruby_3_2: 3.2.4 -> 3.2.5 ( #352560 )
2024-11-04 20:27:55 +01:00
K900
46a1f3aa58
Merge remote-tracking branch 'origin/staging-next' into staging
2024-11-03 11:04:59 +03:00
Maximilian Bosch
889d0b35eb
Merge: php84: 8.4.0beta3 -> 8.4.0RC3 ( #353025 )
2024-11-02 15:28:51 +01:00
Weijia Wang
cf3e5d3744
supercollider: fix build with emacs support ( #352996 )
2024-11-02 14:47:54 +01:00
Thomas Gerbet
4227516001
php84: 8.4.0beta3 -> 8.4.0RC3
...
Changes:
https://github.com/php/php-src/blob/php-8.4.0RC3/NEWS
2024-11-02 00:13:48 +01:00
Sefa Eyeoglu
37847c5a11
supercollider: fix build with emacs support
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-01 22:52:47 +01:00
github-actions[bot]
6e6e33bd99
Merge staging-next into staging
2024-11-01 18:05:02 +00:00
Weijia Wang
180a0c6ab8
pypy: fix darwin build after sdk rework ( #351823 )
2024-11-01 18:21:13 +01:00
Nick Cao
4cec51499e
wasmer: 4.4.0 -> 5.0.0 ( #352227 )
2024-11-01 11:53:50 -04:00
Weijia Wang
16c15163e3
groovy: 4.0.22 -> 4.0.23 ( #348742 )
2024-11-01 13:53:48 +01:00
github-actions[bot]
e4e28b07ad
Merge staging-next into staging
2024-11-01 12:06:22 +00:00
Weijia Wang
d4b9c0d69d
jython: 2.7.3 -> 2.7.4 ( #348250 )
2024-11-01 13:00:34 +01:00
github-actions[bot]
670be3a8ed
Merge staging-next into staging
2024-11-01 06:05:13 +00:00
Nick Cao
9670c5e9f0
nelua: 0-unstable-2024-09-22 -> 0-unstable-2024-10-18 ( #351576 )
2024-10-31 14:55:27 -04:00
github-actions[bot]
e14978f992
Merge staging-next into staging
2024-10-31 00:15:18 +00:00
github-actions[bot]
c89d3d9070
Merge master into staging-next
2024-10-31 00:14:46 +00:00
AwesomeQubic
ea61f604da
lua: set mainProgram ( #352347 )
2024-10-31 00:30:40 +01:00
Sean Gillespie
04a90ffde2
ruby: fix cross build ( #348566 )
2024-10-30 17:00:45 +01:00
Nick Cao
5a06dd9ea8
wasmer: 4.4.0 -> 5.0.0
...
Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.4.0...v5.0.0
2024-10-29 19:34:27 -04:00
github-actions[bot]
ccfbf47037
Merge staging-next into staging
2024-10-29 12:06:28 +00:00