Commit Graph

2699 Commits

Author SHA1 Message Date
Masum Reza
fed5bcc9eb nodejs: fix build on 32 bit platforms (#354842) 2024-12-03 09:42:18 +05:30
github-actions[bot]
44b831c0b1 Merge master into staging-next 2024-12-02 18:04:40 +00:00
R. Ryantm
971dc5da77 netlify-cli: 17.37.1 -> 17.37.2 2024-12-01 11:24:12 +00:00
Antoine du Hamel
adc2a4959d nodejs_20: 20.18.0 -> 20.18.1
(cherry picked from commit a8ae089509)
2024-11-30 15:11:38 +01:00
Martin Weinelt
f280800289 cypress: add x86_64-darwin support (#357138) 2024-11-23 14:46:54 +01:00
R. Ryantm
f5a27bfa74 grails: 6.2.1 -> 6.2.2 2024-11-23 09:00:17 +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
Martin Weinelt
e70f970332 cypress: add x86_64-darwin support
And restructure the platform handling.
2024-11-20 03:17:53 +01: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
Robert Hensing
f8d0c644a2 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 2024-11-14 18:52:50 +01:00
Maximilian Bosch
7a4a4b46d8 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2024-11-13 15:59:49 +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
Antoine du Hamel
a2bc393fe7 nodejs_23: init at 23.1.0 (#349046) 2024-10-31 17:03:16 +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
Nick Cao
0ff0333dfa bootstrap-studio: 6.7.2 -> 6.7.3 (#348728) 2024-10-15 13:26:32 -04:00
R. Ryantm
e5d0387e74 bootstrap-studio: 6.7.2 -> 6.7.3 2024-10-15 08:04:25 +00:00
R. Ryantm
9ca57b2457 newman: 6.1.3 -> 6.2.1 2024-10-15 05:05:34 +00:00
github-actions[bot]
f201fe5883 Merge staging-next into staging 2024-10-12 12:05:39 +00:00
github-actions[bot]
4433a315bd Merge master into staging-next 2024-10-12 12:05:08 +00:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
github-actions[bot]
4b355c2828 Merge staging-next into staging 2024-10-08 18:04:57 +00:00
Vladimír Čunát
a0c9222e11 Merge branch 'master' into staging-next
(a bit older master for now, due to a conflict in dhcpcd service)
2024-10-08 14:59:47 +02:00
Raghav Sood
509b099fd4 flyctl: 0.3.10 -> 0.3.15 (#347165) 2024-10-08 16:44:30 +08:00
Emily
85faae5e12 Merge staging-next into staging 2024-10-08 01:24:14 +01:00
Emily
df769e85f3 Merge master into staging-next 2024-10-08 01:23:55 +01:00
github-actions[bot]
5a96e99128 Merge staging-next into staging 2024-10-08 00:14:03 +00:00
R. Ryantm
813369f502 flyctl: 0.3.10 -> 0.3.15 2024-10-07 20:05:38 +00:00