Commit Graph

3162 Commits

Author SHA1 Message Date
FliegendeWurst
cb05815e58 nodejs_{20,22}: fix test-os failure
Same as #356257
2024-11-27 09:28:38 +01:00
FliegendeWurst
f634fa26cc nodejs_{20,22,23}: fix flaky test 2024-11-26 17:31:07 +01:00
github-actions[bot]
47c4a8d45e Merge staging-next into staging 2024-11-23 18:04:31 +00:00
Martin Weinelt
f280800289 cypress: add x86_64-darwin support (#357138) 2024-11-23 14:46:54 +01:00
K900
35125588e3 Merge remote-tracking branch 'origin/staging-next' into staging 2024-11-23 15:08:40 +03:00
R. Ryantm
f5a27bfa74 grails: 6.2.1 -> 6.2.2 2024-11-23 09:00:17 +01:00
Emily
9031f2db8b Merge staging-next into staging 2024-11-21 03:49:12 +00:00
Antoine du Hamel
c91f75a39c nodejs_20: 20.18.0 -> 20.18.1 2024-11-20 22:42:27 +01:00
Emily
7a00388a10 nodejs_23: add patches to fix parallel-os test (#356257) 2024-11-20 19:44:46 +00:00
John Titor
28bcb4477d nodejs_23: add patches to fix parallel-os test
FIXME: remove after a point release containing the patches
2024-11-21 00:49:25 +05:30
Emily
42ef3589e6 Revert "nodejs_18: fix build with clang 16 mk2"
libc++ 19 no longer supports Clang < 17.

This reverts commit b034e4cbf1.
2024-11-20 02:33:34 +00:00
Emily
5cb1de1b5d nodejs_{18,20}: apply V8 patches for LLVM 19 2024-11-20 02:33:34 +00:00
Randy Eckenrode
94d28175ff nodejs_{18,20}: fix build with clang 18 on Darwin 2024-11-20 02:33:34 +00:00
Martin Weinelt
e70f970332 cypress: add x86_64-darwin support
And restructure the platform handling.
2024-11-20 03:17:53 +01:00
github-actions[bot]
357e63084b Merge staging-next into staging 2024-11-17 12:05:34 +00:00
Masum Reza
e13831335f treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
github-actions[bot]
feee132c4d Merge staging-next into staging 2024-11-14 18:05:29 +00:00
Robert Hensing
f8d0c644a2 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 2024-11-14 18:52:50 +01:00
Emily
0b8a6f3606 nodejs_22: use shared SQLite (#352147) 2024-11-14 13:10:48 +00:00
Antoine du Hamel
1e99bcac6f nodejs: 20.18.0 -> 22.11.0 2024-11-13 23:15:19 +01:00
Maximilian Bosch
85228bf93e Merge branch 'staging-next' into staging
All libuv reverts in `pkgs.nodejs_23` can be removed since the required
bump (#344438) was merged into staging. Including the latest revert
added in #355273.
2024-11-13 19:07:11 +01:00
Maximilian Bosch
7a4a4b46d8 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2024-11-13 15:59:49 +01:00
Maximilian Bosch
e480b4caec Merge: libuv: 1.48.0 -> 1.49.2 (#344438) 2024-11-13 15:18:54 +01:00
Antoine du Hamel
ea87658690 nodejs_23: 23.1.0 -> 23.2.0 2024-11-12 23:34:11 +01:00
Antoine du Hamel
cc397b29a3 nodejs_18: 18.20.4 -> 18.20.5 2024-11-12 22:48:35 +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
Guillaume Girol
815ec0c6f2 nodejs: fix build on 32 bit platforms
this test is failing on both armv7 and i686 and is related to year 2038
issue so it probably affects all 32 bit platforms
2024-11-09 12:00:00 +00:00
夜坂雅
4c0227b02a netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 2024-11-08 20:27:21 +08:00
Reno Dakota
52bf1163fa treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
wxt
64c924e098 edge-runtime: move to by-name 2024-11-04 16:16:49 +08:00
Weijia Wang
982e3fc31d nodejs_23: drop reverts 2024-11-03 04:31:21 +01:00
Antoine du Hamel
a2bc393fe7 nodejs_23: init at 23.1.0 (#349046) 2024-10-31 17:03:16 +01:00
Antoine du Hamel
5ec3e7b30e nodejs_22: use shared SQLite 2024-10-29 18:23:23 +01:00
K900
66f01b7af9 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-28 15:11:30 +03:00
Antoine du Hamel
40e35fa25f nodejs_22: 22.9.0 -> 22.10.0 (#349157) 2024-10-28 10:53:34 +01:00
github-actions[bot]
02bb5e5201 Merge master into staging-next 2024-10-26 00:14:06 +00:00
techknowlogick
4f2e5ffc7c flyctl: move to pkgs/by-name 2024-10-25 12:33:42 -04:00
techknowlogick
ce97ee47e9 flyctl: 0.3.15 -> 0.3.29
Diff: https://github.com/superfly/flyctl/compare/v0.3.15...v0.3.29
2024-10-25 12:33:27 -04:00
K900
dee94df6f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-24 09:28:51 +03:00
piegames
ad8d051645 treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
github-actions[bot]
bafb3e4e13 Merge master into staging-next 2024-10-23 12:05:38 +00:00
Aleksana
2dbb03e17a cog: add missing meta attributes (#349145) 2024-10-23 17:03:46 +08:00
github-actions[bot]
723e1a67de Merge master into staging-next 2024-10-23 00:14:18 +00:00
Nick Cao
c29012c10c bun: 1.1.29 -> 1.1.31 (#350148) 2024-10-22 16:59:53 -04:00
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
Fabián Heredia Montiel
1b7dd985dc Merge remote-tracking branch 'origin/master' into staging-next 2024-10-21 19:17:30 -06:00
R. Ryantm
74f38d71dd bun: 1.1.29 -> 1.1.31 2024-10-21 05:38:40 +00:00
FliegendeWurst
b51e2591bc bun: fix cross-compilation 2024-10-20 23:05:40 +02:00
Ben Mayer
46be6039f5 cog: add missing meta attributes 2024-10-16 23:59:24 +02:00
github-actions[bot]
e2daa3d1b0 Merge master into staging-next 2024-10-15 18:04:32 +00:00